mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
FixMissingIonGunFiringPin+LoyaltyPinsForPulseGuns
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
icon_state = "secoff"
|
||||
icon_closed = "secoff"
|
||||
icon_opened = "secopen"
|
||||
new /obj/item/weapon/gun/energy/pulse_rifle/pulse_pistol(src)
|
||||
new /obj/item/weapon/gun/energy/pulse_rifle/pulse_pistol/loyalpin(src)
|
||||
new /obj/item/weapon/card/id/ertsSecurity(src)
|
||||
new /obj/item/weapon/storage/backpack/security(src)
|
||||
return
|
||||
@@ -32,7 +32,7 @@
|
||||
icon_state = "securemedoff"
|
||||
icon_closed = "securemedoff"
|
||||
icon_opened = "securemedopen"
|
||||
new /obj/item/weapon/gun/energy/pulse_rifle/pulse_pistol(src)
|
||||
new /obj/item/weapon/gun/energy/pulse_rifle/pulse_pistol/loyalpin(src)
|
||||
new /obj/item/weapon/card/id/ertsMedical(src)
|
||||
new /obj/item/weapon/storage/backpack/medic(src)
|
||||
return
|
||||
@@ -43,7 +43,7 @@
|
||||
icon_state = "secureengoff"
|
||||
icon_closed = "secureengoff"
|
||||
icon_opened = "secureengopen"
|
||||
new /obj/item/weapon/gun/energy/pulse_rifle/pulse_pistol(src)
|
||||
new /obj/item/weapon/gun/energy/pulse_rifle/pulse_pistol/loyalpin(src)
|
||||
new /obj/item/weapon/card/id/ertsEngineer(src)
|
||||
new /obj/item/weapon/storage/backpack/industrial(src)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user