fixed the formatting again
This commit is contained in:
parent
bb799e5f82
commit
84ecd2781f
|
|
@ -21,10 +21,10 @@ elements.radiator = {
|
|||
pixel.element = 'rad_steam'
|
||||
}
|
||||
if (pixel.element == 'dust') {
|
||||
pixel.element = 'fallout'
|
||||
pixel.element = 'fallout'
|
||||
}
|
||||
if (pixel.element == 'explosion') {
|
||||
pixel.element = 'n_explosion'
|
||||
pixel.element = 'n_explosion'
|
||||
}
|
||||
if (pixel.element == 'null') {
|
||||
pixel.element = 'radiation'
|
||||
|
|
|
|||
Loading…
Reference in New Issue