MinorSpriteFix+CentcomHeadset+GunWeightChange

This commit is contained in:
Steelpoint
2015-01-01 15:13:06 +08:00
parent c9fab70810
commit 087ab6b415
4 changed files with 14 additions and 9 deletions
@@ -7,32 +7,35 @@
/obj/structure/closet/syndicate/ertSec/New()
new /obj/item/weapon/gun/energy/pulse_rifle/pulse_pistol(src)
new /obj/item/device/radio/headset/headset_com(src)
new /obj/item/weapon/card/id/ertsSecurity(src)
new /obj/item/clothing/shoes/combat/swat(src)
new /obj/item/clothing/under/rank/centcom_officer(src)
new /obj/item/clothing/gloves/combat(src)
new /obj/item/weapon/storage/backpack/security(src)
var/obj/item/device/radio/headset/R = new /obj/item/device/radio/headset/headset_cent(src)
R.set_frequency(1441)
return
/obj/structure/closet/syndicate/ertMed/New()
new /obj/item/weapon/gun/energy/pulse_rifle/pulse_pistol(src)
new /obj/item/device/radio/headset/headset_com(src)
new /obj/item/weapon/card/id/ertsMedical(src)
new /obj/item/clothing/shoes/combat/swat(src)
new /obj/item/clothing/under/rank/centcom_officer(src)
new /obj/item/clothing/gloves/combat(src)
new /obj/item/weapon/storage/backpack/medic(src)
var/obj/item/device/radio/headset/R = new /obj/item/device/radio/headset/headset_cent(src)
R.set_frequency(1441)
return
/obj/structure/closet/syndicate/ertEngi/New()
new /obj/item/weapon/gun/energy/pulse_rifle/pulse_pistol(src)
new /obj/item/device/radio/headset/headset_com(src)
new /obj/item/weapon/card/id/ertsEngineer(src)
new /obj/item/clothing/shoes/combat/swat(src)
new /obj/item/clothing/under/rank/centcom_officer(src)
new /obj/item/clothing/gloves/combat(src)
new /obj/item/weapon/storage/backpack/industrial(src)
var/obj/item/device/radio/headset/R = new /obj/item/device/radio/headset/headset_cent(src)
R.set_frequency(1441)
return
/obj/structure/closet/syndicate/personal