mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Scrubs all mentions of Vox from the code ( I suck at Git edition ) (#10423)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user