mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Convert some bools to TRUE/FALSE instead of 1/0.
This commit is contained in:
@@ -147,8 +147,8 @@ var/list/dispenser_presets = list()
|
||||
desc = "An industrial U-Tak-It Dispenser unit designed to fetch all kinds of equipment."
|
||||
icon = 'icons/obj/suitdispenser.dmi'
|
||||
icon_state = "geardispenser"
|
||||
anchored = 1
|
||||
density = 1
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
var/list/dispenses = list(/datum/gear_disp/trash) // put your gear datums here!
|
||||
var/datum/gear_disp/one_setting
|
||||
var/global/list/gear_distributed_to = list()
|
||||
|
||||
Reference in New Issue
Block a user