Adds ammo to vox spawning with a crossbow.

This commit is contained in:
Zuhayr
2013-07-05 21:57:51 -07:00
parent 5dc40474ec
commit b6699cbf9a
+4
View File
@@ -43,6 +43,10 @@ var/global/vox_tick = 1
W.cell.charge = 500
equip_to_slot_or_del(W, slot_r_hand)
var/obj/item/stack/rods/R = new(src)
R.amount = 20
equip_to_slot_or_del(W, slot_l_hand)
if(4) // Vox medic!
equip_to_slot_or_del(new /obj/item/clothing/suit/space/vox/pressure(src), slot_wear_suit)
equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/vox/pressure(src), slot_head)