mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 13:16:18 +01:00
Revert "Things"
This reverts commit 0385cb4e303358c28aa7250edbabac135be1f89c.
This commit is contained in:
@@ -132,14 +132,4 @@
|
||||
siemens_coefficient = 0
|
||||
permeability_coefficient = 0.05
|
||||
item_color="yellow"
|
||||
species_restricted = list("Unathi")
|
||||
|
||||
/obj/item/clothing/gloves/black/unathi
|
||||
name = "black gloves"
|
||||
desc = "black gloves made for Unathi use."
|
||||
species_restricted = list("Unathi")
|
||||
|
||||
/obj/item/clothing/gloves/black/tajara
|
||||
name = "black gloves"
|
||||
desc = "black gloves made for Tajara use."
|
||||
species_restricted = list("Tajaran")
|
||||
species_restricted = list("Unathi")
|
||||
@@ -53,16 +53,6 @@
|
||||
cmo
|
||||
item_color = "medical" //Exists for washing machines. Is not different from latex gloves in any way.
|
||||
|
||||
/obj/item/clothing/gloves/latex/unathi
|
||||
name = "unathi latex gloves"
|
||||
desc = "Sterile latex gloves. Designed for Unathi use."
|
||||
species_restricted = list("Unathi")
|
||||
|
||||
/obj/item/clothing/gloves/latex/tajara
|
||||
name = "tajara latex gloves"
|
||||
desc = "Sterile latex gloves. Designed for Tajara use."
|
||||
species_restricted = list("Tajaran")
|
||||
|
||||
/obj/item/clothing/gloves/botanic_leather
|
||||
desc = "These leather gloves protect against thorns, barbs, prickles, spikes and other harmful objects of floral origin."
|
||||
name = "botanist's leather gloves"
|
||||
@@ -78,7 +68,6 @@
|
||||
item_state = "watchgloves"
|
||||
w_class = 1
|
||||
wired = 1
|
||||
species_restricted = list()
|
||||
// var/time = 1
|
||||
|
||||
verb/checktime()
|
||||
|
||||
@@ -801,10 +801,7 @@
|
||||
return
|
||||
|
||||
for(var/mob/O in viewers(src, null))
|
||||
if(mind.changeling)
|
||||
O.show_message(text("<B>\red [src] twists their body into a vile form, bones cracking and popping as its tiny body contorts into a mass of distorted limbs, quickly forcing their way through the vent!</B>"), 1)
|
||||
else
|
||||
O.show_message(text("<B>[src] scrambles into the ventillation ducts!</B>"), 1)
|
||||
O.show_message(text("<B>[src] scrambles into the ventillation ducts!</B>"), 1)
|
||||
loc = target_vent
|
||||
|
||||
var/travel_time = round(get_dist(loc, target_vent.loc) / 2)
|
||||
|
||||
Reference in New Issue
Block a user