mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user