mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
The SIIB - Outfits and Weapons (#21007)
The Solarian Interstellar Intelligence Bureau is added, including an Agent (Undercover) and Operative (Overt) variant. - Adds in 2 new sprites for the SIIB based off the Solarian SMG and Pistol - Adds in 2 new outfits for Admins to play around with during events These are just another thing for admins to mess around with, either for Admins or otherwise. Any other guidance on modifications to make this more lore-accurate would be nice, alongside anything else to add.
This commit is contained in:
@@ -95,6 +95,17 @@
|
||||
..()
|
||||
icon_state = (ammo_magazine)? "vityaz" : "vityaz-empty"
|
||||
|
||||
/obj/item/gun/projectile/automatic/c20r/sol/siib
|
||||
name = "solarian SIIB submachine gun"
|
||||
desc = "Based off the standard solarian M470-L, this SMG is used by SIIB Operatives during raids and specialist operations. Officially, this variant of the SMG does not exist."
|
||||
icon = 'icons/obj/guns/sol_smg.dmi'
|
||||
icon_state = "vityaz-siib"
|
||||
item_state = "vityaz-siib"
|
||||
|
||||
/obj/item/gun/projectile/automatic/c20r/sol/siib/update_icon()
|
||||
..()
|
||||
icon_state = (ammo_magazine)? "vityaz-siib" : "vityaz-siib-empty"
|
||||
|
||||
/obj/item/gun/projectile/automatic/xanusmg
|
||||
name = "\improper Xanan submachine gun"
|
||||
desc = "A sleek metal-framed submachine gun, produced by d.N.A Defense for the All-Xanu Armed Forces."
|
||||
|
||||
@@ -420,6 +420,22 @@
|
||||
else
|
||||
icon_state = "m8-empty"
|
||||
|
||||
/obj/item/gun/projectile/pistol/sol/siib
|
||||
name = "solarian SIIB silenced pistol"
|
||||
desc = "A variant of the M8 solarian service pistol, this paticular variant comes with an integrated recoil compensator and are used by SIIB agents and operatives. Officially, this pistol does not exist."
|
||||
icon = 'icons/obj/guns/sol_pistol.dmi'
|
||||
icon_state = "m8-siib"
|
||||
item_state = "m8-siib"
|
||||
suppressed = FALSE
|
||||
can_suppress = FALSE
|
||||
|
||||
/obj/item/gun/projectile/pistol/sol/siib/update_icon()
|
||||
..()
|
||||
if(ammo_magazine)
|
||||
icon_state = "m8-siib"
|
||||
else
|
||||
icon_state = "m8-siib-empty"
|
||||
|
||||
/obj/item/gun/projectile/pistol/sol/konyang
|
||||
name = "konyang service pistol"
|
||||
desc = "The compact M8, redesignated as the K8, is the standard service pistol of the Konyanger Armed Forces. Inherited from the Solarian military, Zavodskoi has since given these handguns \
|
||||
|
||||
Reference in New Issue
Block a user