fix a UI thingy too

This commit is contained in:
VerySoft
2021-07-20 13:34:53 -04:00
parent 6e28044517
commit e78f6021fb
+2 -2
View File
@@ -360,7 +360,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
return mobs
/mob/observer/dead/verb/dead_tele(areaname as null|anything in jumpable_areas())
/mob/observer/dead/verb/dead_tele(areaname as anything in jumpable_areas())
set name = "Teleport"
set category = "Ghost"
set desc = "Teleport to a location."
@@ -387,7 +387,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
usr.forceMove(pick(get_area_turfs(A || jumpable_areas()[areaname])))
usr.on_mob_jump()
/mob/observer/dead/verb/follow(mobname as null|anything in jumpable_mobs())
/mob/observer/dead/verb/follow(mobname as anything in jumpable_mobs())
set name = "Follow"
set category = "Ghost"
set desc = "Follow and haunt a mob."