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:
@@ -10,8 +10,8 @@
|
||||
desc = "A machine to give your apparel a fresh new color! Recommended to use with white items for best results."
|
||||
icon = 'icons/obj/vending_vr.dmi'
|
||||
icon_state = "colormate"
|
||||
density = 1
|
||||
anchored = 1
|
||||
density = TRUE
|
||||
anchored = TRUE
|
||||
var/list/processing = list()
|
||||
var/activecolor = "#FFFFFF"
|
||||
var/list/allowed_types = list(
|
||||
|
||||
Reference in New Issue
Block a user