mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Convert some bools to TRUE/FALSE instead of 1/0.
This commit is contained in:
@@ -1177,10 +1177,10 @@ var/mob/dview/dview_mob = new
|
||||
|
||||
/mob/dview
|
||||
invisibility = 101
|
||||
density = 0
|
||||
density = FALSE
|
||||
|
||||
anchored = 1
|
||||
simulated = 0
|
||||
anchored = TRUE
|
||||
simulated = FALSE
|
||||
|
||||
see_in_dark = 1e6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user