Magboots and gloves for vox, removed a debug string, tweaked vox.

This commit is contained in:
Zuhayr
2013-06-14 20:07:16 -07:00
parent d0e99a9d58
commit 04be69a0b4
9 changed files with 61 additions and 11 deletions

View File

@@ -517,9 +517,7 @@ client/proc/one_click_antag()
new_vox.mind.assigned_role = "MODE"
new_vox.mind.special_role = "Vox Raider"
//Adds them to current traitor list. Which is really the extra antagonist list.
ticker.mode.traitors += new_vox.mind
new_vox.equip_vox_raider()
usr << "\red Returning vox."
return new_vox

View File

@@ -5,8 +5,8 @@
equip_to_slot_or_del(R, slot_ears)
equip_to_slot_or_del(new /obj/item/clothing/under/vox/vox_robes(src), slot_w_uniform)
equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(src), slot_shoes) // REPLACE THESE WITH CODED VOX ALTERNATIVES.
equip_to_slot_or_del(new /obj/item/clothing/gloves/swat(src), slot_gloves) // AS ABOVE.
equip_to_slot_or_del(new /obj/item/clothing/shoes/magboots/vox(src), slot_shoes) // REPLACE THESE WITH CODED VOX ALTERNATIVES.
equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow/vox(src), slot_gloves) // AS ABOVE.
switch(rand(1,4)) // Come up with a better way of doing this - ticker of some sort maybe.
if(1) // Vox raider!