DPRA gun update (#16143)

This commit is contained in:
Alberyk
2023-04-03 10:47:23 +00:00
committed by GitHub
parent e22bd2bc80
commit 5acde845cb
5 changed files with 15 additions and 1 deletions
+1
View File
@@ -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"
+7
View File
@@ -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