"Fix bayonets!" (#4872)

This pr adds bayonets, knives that you can attach to some rifles. When attacking someone in melee with the rifle, you will attack your target with the bayonet instead of the rifle itself. Sprites are from tg and baystation.

Also, fixes the vintage rifle having no in hand sprites
This commit is contained in:
Alberyk
2018-06-16 16:46:42 +03:00
committed by Erki
parent b601c6bedd
commit d44ff1363b
17 changed files with 89 additions and 3 deletions
+2 -1
View File
@@ -101,7 +101,8 @@
/obj/item/weapon/gun/projectile/contender = TRADER_THIS_TYPE,
/obj/item/weapon/gun/projectile/revolver/lemat = TRADER_THIS_TYPE,
/obj/item/weapon/gun/projectile/shotgun/pump/rifle/vintage = TRADER_THIS_TYPE,
/obj/item/weapon/gun/energy/rifle/icelance = TRADER_THIS_TYPE
/obj/item/weapon/gun/energy/rifle/icelance = TRADER_THIS_TYPE,
/obj/item/clothing/accessory/storage/bayonet = TRADER_THIS_TYPE
)