From 591eeca4bd2d5deb79a35694961d641024e6d7de Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Thu, 23 Apr 2015 11:55:05 +0100 Subject: [PATCH] #506 Pending exploit fix --- code/modules/clothing/gloves/stungloves.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/gloves/stungloves.dm b/code/modules/clothing/gloves/stungloves.dm index 0e8afb7b..85908fe5 100644 --- a/code/modules/clothing/gloves/stungloves.dm +++ b/code/modules/clothing/gloves/stungloves.dm @@ -38,6 +38,7 @@ user.drop_item() W.loc = src cell = W + w_class = 3.0 user << "You attach the [cell] to the [src]." update_icon() else @@ -52,6 +53,7 @@ user << "You cut the [cell] away from the [src]." cell.loc = get_turf(src.loc) cell = null + w_class = 2.0 update_icon() return if(wired) //wires disappear into the void because fuck that shit