Gun update; new icons, more guns and better code organization (#3434)

-ports some gun and gun mechanics from polaris and bay such as the Lemant revolver, capguns sprites
-collapses svd.dm and scout_sniper.dm into sniper.dm
-renames boltaction.dm to rifle.dm
This commit is contained in:
Alberyk
2017-09-18 22:22:09 +03:00
committed by Erki
parent a9bbe58b92
commit 62f142e215
14 changed files with 383 additions and 212 deletions
+3 -1
View File
@@ -97,7 +97,9 @@
/obj/item/weapon/gun/projectile/shotgun/improvised = TRADER_THIS_TYPE,
/obj/item/weapon/gun/energy/retro = TRADER_THIS_TYPE,
/obj/item/weapon/gun/projectile/revolver/derringer = TRADER_THIS_TYPE,
/obj/item/weapon/gun/projectile/pirate = TRADER_THIS_TYPE
/obj/item/weapon/gun/projectile/pirate = TRADER_THIS_TYPE,
/obj/item/weapon/gun/projectile/contender = TRADER_THIS_TYPE,
/obj/item/weapon/gun/projectile/revolver/lemat = TRADER_THIS_TYPE
)