mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +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
@@ -6,9 +6,9 @@
|
||||
name = "ladder assembly"
|
||||
icon = 'icons/obj/structures.dmi'
|
||||
icon_state = "ladder00"
|
||||
density = 0
|
||||
density = FALSE
|
||||
opacity = 0
|
||||
anchored = 0
|
||||
anchored = FALSE
|
||||
w_class = ITEMSIZE_HUGE
|
||||
|
||||
var/state = 0
|
||||
|
||||
Reference in New Issue
Block a user