From 0f4e30c2db86f5cf006a8661ed098d761804cd20 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Wed, 29 Jan 2020 16:13:29 -0700 Subject: [PATCH] Update crayons.dm --- code/game/objects/items/crayons.dm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/game/objects/items/crayons.dm b/code/game/objects/items/crayons.dm index cb77a58769..a3d2200eba 100644 --- a/code/game/objects/items/crayons.dm +++ b/code/game/objects/items/crayons.dm @@ -619,8 +619,7 @@ is_capped = TRUE self_contained = FALSE // Don't disappear when they're empty can_change_colour = TRUE - gang = TRUE //Gang check is true for all things upon the honored hierarchy of spraycans, except those that are FALSE. - + reagent_contents = list(/datum/reagent/fuel = 1, /datum/reagent/consumable/ethanol = 1) pre_noise = TRUE @@ -774,7 +773,6 @@ icon_capped = "deathcan2_cap" icon_uncapped = "deathcan2" use_overlays = FALSE - gang = FALSE volume_multiplier = 25 charges = 100 @@ -789,7 +787,6 @@ icon_capped = "clowncan2_cap" icon_uncapped = "clowncan2" use_overlays = FALSE - gang = FALSE reagent_contents = list(/datum/reagent/lube = 1, /datum/reagent/consumable/banana = 1) volume_multiplier = 5 @@ -804,7 +801,6 @@ icon_capped = "mimecan_cap" icon_uncapped = "mimecan" use_overlays = FALSE - gang = FALSE can_change_colour = FALSE paint_color = "#FFFFFF" //RGB