mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-25 14:07:18 +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:
co-authored by
Aronai Sieyes
parent
9ce7af6ca1
commit
577b986ba6
@@ -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