mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
Convert some bools to TRUE/FALSE instead of 1/0.
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
|
||||
/obj/structure/diona
|
||||
icon = 'icons/obj/diona.dmi'
|
||||
anchored = 1
|
||||
density = 1
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
opacity = 0
|
||||
layer = TURF_LAYER + 0.01
|
||||
|
||||
|
||||
Reference in New Issue
Block a user