Resolve some issues that the compiler doesn't spot

This commit is contained in:
Mark van Alphen
2019-03-29 16:21:15 +01:00
parent d1fc85fdf3
commit b8e840c094
16 changed files with 48 additions and 74 deletions
-9
View File
@@ -60,12 +60,3 @@
stat(null,"<font color='#298A08'><b>[description_holders["fluff"]]</b></font>") //Yellow, fluff-related text.
if(description_holders["antag"])
stat(null,"<font color='#8A0808'><b>[description_holders["antag"]]</b></font>") //Red, malicious antag-related text
//override examinate verb to update description holders when things are examined
/mob/examinate(atom/A as mob|obj|turf in view())
if(..())
return 1
var/is_antag = (isAntag(src) || isobserver(src)) //ghosts don't have minds
if(client)
client.update_description_holders(A, is_antag)