mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Fixed shock kits disappearing
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2012 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user