mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Steals tg's span macros (#12232)
* Steals tg's span macros * Fix alphabet * Updated some more spans * Misses a conflict * Fix compile errors * Converts more spans * oops
This commit is contained in:
@@ -27,7 +27,7 @@ Slimecrossing Mobs
|
||||
/mob/living/simple_animal/slime/transformedslime
|
||||
|
||||
/mob/living/simple_animal/slime/transformedslime/Reproduce() //Just in case.
|
||||
to_chat(src, "<span class='warning'>I can't reproduce...</span>")
|
||||
to_chat(src, span_warning("I can't reproduce..."))
|
||||
return
|
||||
|
||||
//Slime corgi - Chilling Pink
|
||||
|
||||
Reference in New Issue
Block a user