Merge pull request #44796 from kingofkosmos/addswarningspans

Adds warning-spans
This commit is contained in:
ShizCalev
2019-07-02 00:47:43 -04:00
committed by GitHub
137 changed files with 375 additions and 378 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
/obj/item/stack/grind_requirements()
if(is_cyborg)
to_chat(usr, "<span class='danger'>[src] is electronically synthesized in your chassis and can't be ground up!</span>")
to_chat(usr, "<span class='warning'>[src] is electronically synthesized in your chassis and can't be ground up!</span>")
return
return TRUE