Survival pack hotfix

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1782 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-07-06 01:24:11 +00:00
parent 191e4ac44d
commit 1b72a58801

View File

@@ -655,7 +655,7 @@
else
src.equip_if_possible(new /obj/item/device/radio/headset(src), slot_ears)
var/obj/item/weapon/storage/backpack/BPK = new/obj/item/weapon/storage/backpack(src)
BPK.contents += new /obj/item/weapon/storage/survival_kit(src)
new /obj/item/weapon/storage/survival_kit(BPK)
src.equip_if_possible(BPK, slot_back)