fixed the formatting again

This commit is contained in:
mrnoodleface 2023-03-22 15:35:34 -04:00 committed by GitHub
parent bb799e5f82
commit 84ecd2781f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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'