Changes stealth-mode invisibility to MAXIMUM instead of abstract. (#21569)

This commit is contained in:
Leo
2016-11-17 12:32:58 +13:00
committed by oranges
parent 55fdc4d281
commit 5878e22437
+1 -1
View File
@@ -481,7 +481,7 @@ var/list/admin_verbs_hideable = list(
holder.fakekey = new_key
createStealthKey()
if(isobserver(mob))
mob.invisibility = INVISIBILITY_ABSTRACT //JUST IN CASE
mob.invisibility = INVISIBILITY_MAXIMUM //JUST IN CASE
mob.alpha = 0 //JUUUUST IN CASE
mob.name = " "
mob.mouse_opacity = 0