Convert some bools to TRUE/FALSE instead of 1/0. (#11100)

Co-authored-by: Aronai Sieyes <arokha@arokha.com>
This commit is contained in:
MarinaGryphon
2021-07-16 12:43:25 -05:00
committed by GitHub
parent 9ce7af6ca1
commit 577b986ba6
523 changed files with 1301 additions and 1301 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