mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Convert some bools to TRUE/FALSE instead of 1/0.
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
icon_state = "ibeam"
|
||||
var/obj/item/device/assembly/infra/master = null
|
||||
var/visible = 0
|
||||
anchored = 1
|
||||
anchored = TRUE
|
||||
|
||||
/obj/effect/beam/i_beam/Initialize()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user