mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Cleanup
This commit is contained in:
@@ -235,7 +235,7 @@
|
||||
|
||||
if(istype(W, /obj/item/weapon/wirecutters) || istype(W, /obj/item/weapon/scalpel))
|
||||
if(!seed)
|
||||
user << "<span classThere is nothing to take a sample from.</span>"
|
||||
user << "<span class='danger'>There is nothing to take a sample from.</span>"
|
||||
return
|
||||
if(sampled)
|
||||
user << "<span class='danger'>You cannot take another sample from \the [src].</span>"
|
||||
|
||||
@@ -260,10 +260,8 @@
|
||||
|
||||
var/obj/item/organ/external/E = organs_by_name[organ_tag]
|
||||
if(!E)
|
||||
world << "[organ_tag] missing"
|
||||
wound_flavor_text["[organ_descriptor]"] = "<span class='warning'><b>[t_He] is missing [t_his] [organ_descriptor].</b></span>\n"
|
||||
else if(E.is_stump())
|
||||
world << "[E.name] is a stump"
|
||||
wound_flavor_text["[organ_descriptor]"] = "<span class='warning'><b>[t_He] has a stump where [t_his] [organ_descriptor] should be.</b></span>\n"
|
||||
else
|
||||
is_destroyed["organ_descriptor"] = 0
|
||||
|
||||
Reference in New Issue
Block a user