Resprites Deagles

Now with 50% more outline!
This commit is contained in:
JStheguy
2017-03-10 05:31:51 -06:00
parent 338f6043b4
commit 5742c7262f
4 changed files with 7 additions and 1 deletions

View File

@@ -33,7 +33,12 @@
/obj/item/weapon/gun/ballistic/automatic/pistol/deagle/update_icon()
..()
icon_state = "[initial(icon_state)][magazine ? "" : "-e"]"
if(magazine)
cut_overlays()
add_overlay("deagle_magazine")
else
cut_overlays()
icon_state = "[initial(icon_state)][chambered ? "" : "-e"]"
/obj/item/weapon/gun/ballistic/automatic/pistol/deagle/gold
desc = "A gold plated desert eagle folded over a million times by superior martian gunsmiths. Uses .50 AE ammo."