Fixes message visibility for vorish play

It's the little things I have to prune.
This commit is contained in:
Poojawa
2018-01-14 12:01:24 -06:00
committed by GitHub
parent 703275c86f
commit e385ab090e
+2 -2
View File
@@ -122,8 +122,8 @@
if(M == src) //the src always see the main message or self message
if(self_message)
msg = self_message
else
if(M.see_invisible<invisibility || (T != loc && T != src))//if src is invisible to us or is inside something (and isn't a turf),
else //CITADEL EDIT, required for vore code to remove (T != loc && T != src)) as a check
if(M.see_invisible<invisibility) //if src is invisible to us,
if(blind_message) // then people see blind message if there is one, otherwise nothing.
msg = blind_message
else