duffle bag fix, can now remove coins from it, small mining mapping fix to fix power, also fixed an area being slightly wrongly placed in escape arm. made the satchel spawn in the miners' hand instead of pocket.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1049 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-02-15 04:45:21 +00:00
parent 8931ec8b86
commit c77c307200
4 changed files with 6264 additions and 6220 deletions
+1 -1
View File
@@ -371,7 +371,7 @@
src.equip_if_possible(new /obj/item/clothing/shoes/black(src), slot_shoes)
src.equip_if_possible(new /obj/item/clothing/gloves/black(src), slot_gloves)
src.equip_if_possible(new /obj/item/weapon/crowbar(src), slot_in_backpack)
src.equip_if_possible(new /obj/item/weapon/satchel(src), slot_r_store)
src.equip_if_possible(new /obj/item/weapon/satchel(src), slot_l_hand)
if ("Assistant")
src.equip_if_possible(new /obj/item/clothing/under/color/grey(src), slot_w_uniform)