From 485796f950ed9f221edf9c7075f7ce689ff03bb6 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Sat, 11 Jan 2020 22:35:21 +0100 Subject: [PATCH] Removing lighter because of a bug. --- code/modules/mob/living/silicon/robot/subtypes/boozeborg_ch.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/silicon/robot/subtypes/boozeborg_ch.dm b/code/modules/mob/living/silicon/robot/subtypes/boozeborg_ch.dm index c27c57f93c..f61d5b50a0 100644 --- a/code/modules/mob/living/silicon/robot/subtypes/boozeborg_ch.dm +++ b/code/modules/mob/living/silicon/robot/subtypes/boozeborg_ch.dm @@ -69,9 +69,11 @@ What Borgs are available is sadly handled in the above file in the proc src.modules += new /obj/item/weapon/reagent_containers/dropper/industrial(src) + /* Remembered this causes the dogs to catch on fire lol. var/obj/item/weapon/flame/lighter/zippo/L = new /obj/item/weapon/flame/lighter/zippo(src) L.lit = 1 src.modules += L + */ var/datum/matter_synth/water = new /datum/matter_synth() water.name = "Water reserves"