From 4115c98d9d2950874bb934268c2e1c11dc47d7af Mon Sep 17 00:00:00 2001 From: Markolie Date: Tue, 18 Nov 2014 17:34:01 +0100 Subject: [PATCH] Glass instead of wood for bottles --- code/modules/mob/living/silicon/robot/drone/drone_items.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/drone/drone_items.dm b/code/modules/mob/living/silicon/robot/drone/drone_items.dm index 392324c9809..09ca3dbfa22 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_items.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_items.dm @@ -254,10 +254,9 @@ stored_comms["wood"]++ stored_comms["wood"]++ else if(istype(W,/obj/item/weapon/broken_bottle)) - stored_comms["wood"]++ - stored_comms["wood"]++ - stored_comms["wood"]++ - stored_comms["wood"]++ + stored_comms["glass"]++ + stored_comms["glass"]++ + stored_comms["glass"]++ else continue