This commit is contained in:
Zuhayr
2015-05-30 05:35:00 +09:30
parent 97cbcff3df
commit 21a019b34f
2 changed files with 1 additions and 3 deletions
@@ -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