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