Fixed shock kits disappearing

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2012 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uhangi@gmail.com
2011-08-16 03:56:52 +00:00
parent 4a4a335892
commit 34ca29d56b

View File

@@ -46,6 +46,7 @@
else else
if (istype(W, /obj/item/clothing/head/helmet)) if (istype(W, /obj/item/clothing/head/helmet))
var/obj/item/assembly/shock_kit/A = new /obj/item/assembly/shock_kit( user ) var/obj/item/assembly/shock_kit/A = new /obj/item/assembly/shock_kit( user )
A.icon = 'assemblies.dmi'
W.loc = A W.loc = A
A.part1 = W A.part1 = W
W.layer = initial(W.layer) W.layer = initial(W.layer)