Merge pull request #11421 from Arkatos1/WizardRevenge

Wizard Update - Revenge of the Federation
This commit is contained in:
Crazy Lemon
2019-06-02 15:27:42 -07:00
committed by GitHub
7 changed files with 82 additions and 104 deletions
@@ -95,6 +95,11 @@ GLOBAL_VAR_INIT(observer_default_invisibility, INVISIBILITY_OBSERVER)
updateallghostimages()
return ..()
/mob/dead/observer/examine(mob/user)
..()
if(!invisibility)
to_chat(user, "It seems extremely obvious.")
// This seems stupid, but it's the easiest way to avoid absolutely ridiculous shit from happening
// Copying an appearance directly from a mob includes it's verb list, it's invisibility, it's alpha, and it's density
// You might recognize these things as "fucking ridiculous to put in an appearance"