Overhauled holsters and webbings

This commit is contained in:
ZomgPonies
2014-07-15 04:02:24 -04:00
parent c54b9e3626
commit 1eb02b5cf4
9 changed files with 56 additions and 99 deletions
+4
View File
@@ -546,6 +546,10 @@
/obj/item/proc/ui_action_click()
if( src in usr )
attack_self(usr)
return
else if(istype(src, /obj/item/clothing/tie))
if(istype(src.loc,/obj/item/clothing/under))
attack_self(usr)
/obj/item/proc/IsShield()
@@ -123,7 +123,7 @@
new /obj/item/device/flash(src)
new /obj/item/weapon/melee/baton/loaded(src)
new /obj/item/weapon/gun/energy/gun(src)
new /obj/item/clothing/tie/holster/waist(src)
new /obj/item/clothing/tie/holster/armpit(src)
new /obj/item/weapon/melee/telebaton(src)
return
@@ -281,7 +281,6 @@
new /obj/item/clothing/gloves/black(src)
new /obj/item/clothing/head/det_hat(src)
new /obj/item/clothing/shoes/brown(src)
new /obj/item/clothing/tie/accessory/gunholster(src)
new /obj/item/weapon/storage/box/evidence(src)
new /obj/item/device/radio/headset/headset_sec(src)
new /obj/item/device/detective_scanner(src)