mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +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
@@ -19,8 +19,8 @@
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "rcd"
|
||||
opacity = 0
|
||||
density = 0
|
||||
anchored = 0.0
|
||||
density = FALSE
|
||||
anchored = FALSE
|
||||
var/stored_matter = 0
|
||||
var/mode = 1
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
@@ -302,7 +302,7 @@
|
||||
w_class = ITEMSIZE_HUGE
|
||||
can_hold = list(/obj/item/weapon/stock_parts)
|
||||
storage_slots = 50
|
||||
use_to_pickup = 1
|
||||
use_to_pickup = TRUE
|
||||
allow_quick_gather = 1
|
||||
allow_quick_empty = 1
|
||||
collection_mode = 1
|
||||
@@ -320,7 +320,7 @@
|
||||
w_class = ITEMSIZE_HUGE
|
||||
can_hold = list(/obj/item/weapon/stock_parts)
|
||||
storage_slots = 200
|
||||
use_to_pickup = 1
|
||||
use_to_pickup = TRUE
|
||||
allow_quick_gather = 1
|
||||
allow_quick_empty = 1
|
||||
collection_mode = 1
|
||||
|
||||
Reference in New Issue
Block a user