mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Convert some bools to TRUE/FALSE instead of 1/0.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
desc = "The sky is falling!"
|
||||
icon = 'icons/obj/meteor.dmi'
|
||||
icon_state = "large"
|
||||
anchored = 1
|
||||
anchored = TRUE
|
||||
|
||||
/obj/effect/meteor_falling/New()
|
||||
..()
|
||||
@@ -73,8 +73,8 @@
|
||||
desc = "A big hunk of star-stuff."
|
||||
icon = 'icons/obj/meteor.dmi'
|
||||
icon_state = "large"
|
||||
density = 1
|
||||
climbable = 1
|
||||
density = TRUE
|
||||
climbable = TRUE
|
||||
|
||||
/obj/structure/meteorite/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user