mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user