Cult Ghost Mouse Opacity Fix (#10750)

This commit is contained in:
Geeves
2020-12-09 13:39:56 -03:00
committed by GitHub
parent 09b37e27b4
commit 6d35d554d8
2 changed files with 7 additions and 0 deletions
@@ -747,6 +747,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
to_chat(src, "<span class='info'>You are now visible!</span>")
invisibility = invisibility == INVISIBILITY_OBSERVER ? 0 : INVISIBILITY_OBSERVER
mouse_opacity = invisibility == INVISIBILITY_OBSERVER ? 0 : initial(mouse_opacity)
// Give the ghost a cult icon which should be visible only to itself
toggle_icon("cult")