Observer Dexterity

Observers are now dextrous, we already have checks for ghost sanity so there's no concern here.
Fixes #5971
This commit is contained in:
clusterfack
2015-10-27 23:08:10 -05:00
parent 366775c79f
commit 82b52184b1

View File

@@ -918,6 +918,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/html_mob_check()
return 1
/mob/dead/observer/dexterity_check()
return 1
//this is a mob verb instead of atom for performance reasons
//see /mob/verb/examinate() in mob.dm for more info
//overriden here and in /mob/living for different point span classes and sanity checks