Scrubs all mentions of Vox from the code ( I suck at Git edition ) (#10423)

This commit is contained in:
Wowzewow (Wezzy)
2020-11-22 18:34:04 +08:00
committed by GitHub
parent b2ce742e9f
commit e8945fa626
44 changed files with 141 additions and 171 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
addtimer(CALLBACK(src, .proc/regen_spike), spike_gen_time, TIMER_UNIQUE)
return new /obj/item/spike(src)
//This gun only functions for armalis. The on-sprite is too huge to render properly on other sprites.
//This gun only functions for vaurca warriors. The on-sprite is too huge to render properly on other sprites.
/obj/item/gun/energy/noisecannon
name = "alien heavy cannon"
desc = "It's some kind of enormous alien weapon, as long as a man is tall."
@@ -30,7 +30,7 @@
pickup_sound = /decl/sound_category/sword_pickup_sound
/obj/item/arrow/quill
name = "vox quill"
name = "alien quill"
desc = "A wickedly barbed quill from some bizarre animal."
icon = 'icons/obj/weapons.dmi'
icon_state = "quill"
@@ -368,4 +368,4 @@
/obj/item/gun/launcher/crossbow/RFD/examine(var/user)
. = ..()
if(.)
to_chat(user, "It currently holds <b>[stored_matter]/[max_stored_matter]</b> matter-units.")
to_chat(user, "It currently holds <b>[stored_matter]/[max_stored_matter]</b> matter-units.")
@@ -195,13 +195,3 @@
unload_ammo(usr)
src.updateUsrDialog()
return
/obj/item/gun/projectile/dartgun/alien
name = "alien dart gun"
desc = "A small gas-powered dartgun, fitted for nonhuman hands."
/obj/item/gun/projectile/dartgun/vox/medical
starting_chems = list(/datum/reagent/kelotane, /datum/reagent/bicaridine, /datum/reagent/dylovene)
/obj/item/gun/projectile/dartgun/vox/raider
starting_chems = list(/datum/reagent/space_drugs, /datum/reagent/soporific, /datum/reagent/impedrezene)