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

This commit is contained in:
Wowzewow (Wezzy)
2020-11-22 11:34:04 +01:00
committed by GitHub
parent b2ce742e9f
commit e8945fa626
44 changed files with 141 additions and 171 deletions
@@ -156,45 +156,3 @@
item_state = "emergency_engi"
gauge_icon = "indicator_emergency_double"
volume = 10
/obj/item/tank/emergency_nitrogen
name = "emergency nitrogen tank"
desc = "An emergency air tank hastily painted red and issued to Vox crewmembers."
icon_state = "emergency_nitro"
gauge_icon = "indicator_emergency"
gauge_cap = 4
flags = CONDUCT
slot_flags = SLOT_BELT
w_class = ITEMSIZE_SMALL
force = 4.0
distribute_pressure = ONE_ATMOSPHERE*O2STANDARD
volume = 2
/obj/item/tank/emergency_nitrogen/Initialize()
. = ..()
air_contents.adjust_gas(GAS_NITROGEN, (3*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C))
/obj/item/tank/emergency_nitrogen/examine(mob/user)
if(..(user, 0) && air_contents.gas[GAS_NITROGEN] < 0.2 && loc==user)
to_chat(user, text("<span class='danger'>The meter on \the [src] indicates you are almost out of air!</span>"))
user << sound('sound/effects/alert.ogg')
/*
* Nitrogen
*/
/obj/item/tank/nitrogen
name = "nitrogen tank"
desc = "A tank of nitrogen."
icon_state = "oxygen_fr"
distribute_pressure = ONE_ATMOSPHERE*O2STANDARD
/obj/item/tank/nitrogen/Initialize()
. = ..()
air_contents.adjust_gas(GAS_NITROGEN, (3*ONE_ATMOSPHERE)*70/(R_IDEAL_GAS_EQUATION*T20C))
/obj/item/tank/nitrogen/examine(mob/user)
if(..(user, 0) && air_contents.gas[GAS_NITROGEN] < 10)
to_chat(user, text("<span class='danger'>The meter on \the [src] indicates you are almost out of nitrogen!</span>"))
//playsound(user, 'sound/effects/alert.ogg', 50, 1)
@@ -160,7 +160,7 @@
/obj/item/melee/vaurca/navcomp
name = "navcomp coordinate archive"
desc = "A rather heavy data disk for a Vaurcae Arkship navigation drive."
desc = "A rather heavy data disk for a Vaurcan hiveship navigation drive."
icon = 'icons/obj/vaurca_items.dmi'
icon_state = "harddisk"
force = 10
@@ -170,7 +170,7 @@
/obj/item/melee/vaurca/rock
name = "Sedantis rock"
desc = "A large chunk of alien earth from the distant Vaurcae world of Sedantis I. Just looking at it makes you feel funny."
desc = "A large chunk of alien earth from the distant Vaurcan world of Sedantis I. Just looking at it makes you feel funny."
icon_state = "glowing"
icon = 'icons/obj/vaurca_items.dmi'
force = 15
@@ -211,7 +211,7 @@
icon = 'icons/obj/vaurca_items.dmi'
icon_state = "void"
item_state = "void"
desc = "A lightweight Zo'rane designed Vaurcae softsuit, for extremely extended EVA operations."
desc = "A lightweight Zo'rane designed Vaurcan softsuit, for extremely extended EVA operations."
slowdown = 0
species_restricted = list(BODYTYPE_VAURCA)