Convert some bools to TRUE/FALSE instead of 1/0.

This commit is contained in:
Chompstation Bot
2021-07-16 17:44:40 +00:00
parent 1be5570337
commit 481c0e314e
523 changed files with 6976 additions and 1284 deletions
+4 -4
View File
@@ -39,7 +39,7 @@
STOP_PROCESSING(SSobj, src)
playsound(src,shatter_sound, 75, 1)
isbroken = 1
density = 0
density = FALSE
icon_state = "[initial(icon_state)]-broken"
set_light(0)
@@ -55,7 +55,7 @@
user.do_attack_animation(src)
playsound(src,shatter_sound, 75, 1)
isbroken = 1
density = 0
density = FALSE
icon_state = "[initial(icon_state)]-broken"
set_light(0)
else
@@ -119,7 +119,7 @@
STOP_PROCESSING(SSobj, src)
playsound(src,shatter_sound, 75, 1)
isbroken = 1
density = 0
density = FALSE
icon_state = "[initial(icon_state)]-broken"
set_light(0)
@@ -135,7 +135,7 @@
user.do_attack_animation(src)
playsound(src,shatter_sound, 75, 1)
isbroken = 1
density = 0
density = FALSE
icon_state = "[initial(icon_state)]-broken"
set_light(0)
else