mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
MinorSpriteFix+CentcomHeadset+GunWeightChange
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user