Changes investigate logs to use a define (#27503)

This commit is contained in:
Leo
2017-05-23 00:45:09 -03:00
committed by oranges
parent 855224ec28
commit 7d91e3143d
40 changed files with 143 additions and 131 deletions

View File

@@ -291,7 +291,7 @@
/mob/living/singularity_act()
var/gain = 20
investigate_log("([key_name(src)]) has been consumed by the singularity.","singulo") //Oh that's where the clown ended up!
investigate_log("([key_name(src)]) has been consumed by the singularity.", INVESTIGATE_SINGULO) //Oh that's where the clown ended up!
gib()
return(gain)