From 7a6a54b671e3f6bc5f3f5af46ba409921bac024f Mon Sep 17 00:00:00 2001 From: mwerezak Date: Thu, 23 Apr 2015 08:25:49 -0400 Subject: [PATCH] Fixes Snapwalk's Limb Augment item being removable through the inventory panel I haven't heard of any issues on the server about this, but it's probably best to prevent them from being removed. --- code/modules/customitems/item_defines.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 13d1a59d5e..43fe4f27f3 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1131,6 +1131,7 @@ icon_state = "parker_eliza_arms" item_state = "parker_eliza_arms" item_color = "parker_eliza_arms" + canremove = 0 ////////////// Accessories /////