mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Completely removes Vox from the game. (#10028)
This commit is contained in:
@@ -579,11 +579,6 @@
|
||||
mind.assigned_role = "Juggernaut"
|
||||
mind.special_role = "Cultist"
|
||||
|
||||
/mob/living/carbon/human/voxarmalis/mind_initialize()
|
||||
..()
|
||||
mind.assigned_role = "Armalis"
|
||||
mind.special_role = "Vox Raider"
|
||||
|
||||
/mob/living/silicon/robot/syndicate/mind_initialize()
|
||||
..()
|
||||
mind.assigned_role = "Syndicate Robot"
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
/obj/item/grenade/spawnergrenade/vaurca = TRADER_THIS_TYPE,
|
||||
/obj/item/clothing/suit/space/void/vaurca = TRADER_THIS_TYPE,
|
||||
/obj/item/clothing/head/helmet/space/void/vaurca = TRADER_THIS_TYPE,
|
||||
/obj/item/clothing/shoes/magboots/vox/vaurca = TRADER_THIS_TYPE,
|
||||
/obj/item/clothing/shoes/magboots/vaurca = TRADER_THIS_TYPE,
|
||||
/obj/item/gun/energy/vaurca/blaster = TRADER_THIS_TYPE
|
||||
)
|
||||
|
||||
|
||||
@@ -70,9 +70,6 @@
|
||||
if(istype(user, /mob/living/carbon/human))
|
||||
var/mob/living/carbon/human/H = user
|
||||
if(H.species)
|
||||
if(isvox(H))
|
||||
disposition = 1000
|
||||
hailed_vox = 1
|
||||
specific = H.species.name
|
||||
else if(istype(user, /mob/living/silicon))
|
||||
specific = "silicon"
|
||||
|
||||
Reference in New Issue
Block a user