mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 10:05:27 +01:00
Convert some bools to TRUE/FALSE instead of 1/0. (#11100)
Co-authored-by: Aronai Sieyes <arokha@arokha.com>
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