Gun update: the end of the space cold war (#6742)

-replaces the sprites of the guns that were pretty much justreferences to guns in real life, like the uzi and the dragunov, with new future sprites made by kyres
-adds the hand cannon
-makes some guns cheaper at the merchant
-fixes a broken message with the prank guns
-added a small animation when someone is hit by a blaster projectile
This commit is contained in:
Alberyk
2019-07-24 21:31:09 +03:00
committed by Erki
parent 6bd571c8cf
commit b0e6ece48b
30 changed files with 140 additions and 47 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
head = /obj/item/clothing/head/beret
mask = /obj/item/clothing/mask/smokable/cigarette/cigar/havana
belt = /obj/item/weapon/gun/projectile/deagle/camo
belt = /obj/item/weapon/gun/projectile/deagle
l_ear = /obj/item/device/radio/headset/syndicate
l_pocket = /obj/item/weapon/pinpointer/advpinpointer
r_pocket = null // stop them getting a radio uplink, they get an implant instead
+3 -1
View File
@@ -110,7 +110,9 @@
/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/clothing/accessory/storage/bayonet = TRADER_THIS_TYPE
/obj/item/clothing/accessory/storage/bayonet = TRADER_THIS_TYPE,
/obj/item/weapon/gun/projectile/cannon = TRADER_THIS_TYPE,
/obj/item/ammo_casing/cannon = TRADER_ALL
)