Redpills ghost vv.

Fixes being unable to edit icon or fun_verbs in vv on ghosts.
This commit is contained in:
Kyle Spier-Swenson
2016-06-17 01:45:57 -07:00
committed by GitHub
parent 030911962a
commit f2b16cd17d
@@ -656,3 +656,17 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/is_literate()
return 1
/mob/dead/observer/on_varedit(var_name)
switch(var_name)
if("icon")
ghostimage.icon = icon
ghostimage_default.icon = icon
ghostimage_simple.icon = icon
if("fun_verbs")
if(fun_verbs)
verbs += /mob/dead/observer/verb/boo
verbs += /mob/dead/observer/verb/possess
else
verbs -= /mob/dead/observer/verb/boo
verbs -= /mob/dead/observer/verb/possess