Integrated crossbows/pneumatic cannons into launcher gun type, added back sprites.

This commit is contained in:
Zuhayr
2014-07-21 19:02:38 +09:30
parent 221f0d3b04
commit d02e370830
9 changed files with 279 additions and 270 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ var/global/vox_tick = 1
equip_to_slot_or_del(new /obj/item/clothing/glasses/thermal/monocle(src), slot_glasses) // REPLACE WITH CODED VOX ALTERNATIVE.
equip_to_slot_or_del(new /obj/item/device/chameleon(src), slot_l_store)
var/obj/item/weapon/spikethrower/W = new(src)
var/obj/item/weapon/gun/launcher/spikethrower/W = new(src)
equip_to_slot_or_del(W, slot_r_hand)