mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Convert some bools to TRUE/FALSE instead of 1/0.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
icon = 'icons/obj/supplybeacon.dmi'
|
||||
icon_state = "beacon"
|
||||
|
||||
anchored = 0
|
||||
density = 1
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
layer = MOB_LAYER - 0.1
|
||||
stat = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user