mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
Merge pull request #6610 from SparklySheep/patch-7
Replaces Vox telebaton with a stun baton
This commit is contained in:
@@ -14,7 +14,7 @@ var/global/vox_tick = 1
|
|||||||
if(1) // Vox raider!
|
if(1) // Vox raider!
|
||||||
equip_to_slot_or_del(new /obj/item/clothing/suit/space/vox/carapace(src), slot_wear_suit)
|
equip_to_slot_or_del(new /obj/item/clothing/suit/space/vox/carapace(src), slot_wear_suit)
|
||||||
equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/vox/carapace(src), slot_head)
|
equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/vox/carapace(src), slot_head)
|
||||||
equip_to_slot_or_del(new /obj/item/weapon/melee/telebaton(src), slot_belt)
|
equip_to_slot_or_del(new /obj/item/weapon/melee/baton/loaded(src), slot_belt)
|
||||||
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/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)
|
equip_to_slot_or_del(new /obj/item/device/chameleon(src), slot_l_store)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user