mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
DPRA gun update (#16143)
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
/obj/item/gun/projectile/recoilless_rifle = TRADER_THIS_TYPE,
|
||||
/obj/item/gun/projectile/shotgun/foldable = TRADER_THIS_TYPE,
|
||||
/obj/item/gun/projectile/automatic/rifle/adhomian = TRADER_THIS_TYPE,
|
||||
/obj/item/gun/projectile/automatic/rifle/dpra = TRADER_ALL,
|
||||
/obj/item/gun/projectile/revolver/knife = TRADER_THIS_TYPE
|
||||
)
|
||||
|
||||
|
||||
@@ -497,13 +497,19 @@
|
||||
allowed_magazines = list(/obj/item/ammo_magazine/c762/dpra)
|
||||
|
||||
/obj/item/gun/projectile/automatic/rifle/dpra/update_icon()
|
||||
..()
|
||||
if(ammo_magazine)
|
||||
icon_state = "mrrazhak"
|
||||
item_state = "mrrazhak"
|
||||
else
|
||||
icon_state = "mrrazhak_nomag"
|
||||
item_state = "mrrazhak_nomag"
|
||||
..()
|
||||
|
||||
/obj/item/gun/projectile/automatic/rifle/dpra/gold
|
||||
name = "gold plated adhomian assault rifle"
|
||||
desc = "The Mrrazhak Model-1 is the newest Al'mariist automatic rifle. The Mrrazhak is notorious for its simple and reliable design; it can be fabricated and assembled without the \
|
||||
need of a specialized industry or a highly trained workforce. This one is golden plated."
|
||||
icon = 'icons/obj/guns/golden_mrrazhak.dmi'
|
||||
|
||||
/obj/item/gun/projectile/automatic/tommygun
|
||||
name = "submachine gun"
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
author: Alberyk, Wowzewow (Wezzy)
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- imageadd: "Added sprites for wielding the adhomian assault rifle."
|
||||
- rscadd: "Added golden plated version of the adhomian assault rifle."
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 6.0 KiB |
Reference in New Issue
Block a user