Furranium fixes.

This commit is contained in:
Fermi
2019-08-01 03:38:06 +01:00
parent a9330b784a
commit 18b03f9053
6 changed files with 34 additions and 8 deletions
@@ -171,6 +171,8 @@ SLIME SCANNER
var/obj/item/organ/tongue/T = M.getorganslot("tongue")
if(!T || T.damage > 40)
msg += "\t<span class='danger'>Subject is suffering from severe burn tissue on their tongue.</span>\n" //i.e. their tongue is shot
if(T.name == "fluffy tongue")
msg += "\t<span class='danger'>Subject is suffering from a fluffified tongue. Suggested cure: Yamerol or a tongue transplant.</span>\n"
var/obj/item/organ/lungs/Lung = M.getorganslot("lungs")
if(L)
if(Lung.damage > 150)