Completely removes Vox from the game. (#10028)

This commit is contained in:
Matt Atlas
2020-10-07 13:52:08 +02:00
committed by GitHub
parent 93fdb224b4
commit b65a598b85
44 changed files with 108 additions and 801 deletions
@@ -137,9 +137,6 @@
for(var/obj/item/thing in contents)
thing.autodrobe_no_remove = 1
/obj/item/storage/box/vox
starts_with = list(/obj/item/clothing/mask/breath = 1, /obj/item/tank/emergency_nitrogen = 1)
/obj/item/storage/box/engineer
autodrobe_no_remove = 1
starts_with = list(/obj/item/clothing/mask/breath = 1, /obj/item/tank/emergency_oxygen/engi = 1)
@@ -143,15 +143,6 @@
user.put_in_hands(X)
qdel(src)
else if(isvox(user))
to_chat(user, "<span class='notice'>You are surprised to recognize the markings of the Apex, the Masters! You know this thing... (You must stand still to complete the puzzle box.)</span>")
if(do_after(user, 100))
to_chat(user, "<span class='notice'>After a few seconds of remembering, you input the solution to the riddle - a lovely riddle indeed - and open the box to reveal an ancient thing.</span>")
var/obj/item/archaeological_find/X = new /obj/item/archaeological_find
user.remove_from_mob(src)
user.put_in_hands(X)
qdel(src)
else
to_chat(user, "<span class='notice'>You stare at the box for a few seconds, trying to even comprehend what you're looking at... (You must stand still to complete the puzzle box.)</span>")
if(do_after(user, 60))
@@ -225,7 +216,7 @@
species_restricted = list(BODYTYPE_VAURCA)
boots = /obj/item/clothing/shoes/magboots/vox/vaurca
boots = /obj/item/clothing/shoes/magboots/vaurca
helmet = /obj/item/clothing/head/helmet/space/void/vaurca
/obj/item/clothing/head/helmet/space/void/vaurca
@@ -241,8 +232,7 @@
light_overlay = "helmet_light_dual_green"
light_color = "#3e7c3e"
/obj/item/clothing/shoes/magboots/vox/vaurca
/obj/item/clothing/shoes/magboots/vaurca
desc = "A pair of heavy mag-claws designed for a Vaurca."
name = "mag-claws"
item_state = "boots_void"