mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #9525 from VOREStation/Verkister-patch-6
Makes pixel shifting work while resting
This commit is contained in:
committed by
Chompstation Bot
parent
834294ac49
commit
1df71bdd8a
@@ -682,7 +682,7 @@
|
||||
|
||||
// facing verbs
|
||||
/mob/proc/canface()
|
||||
if(!canmove) return 0
|
||||
// if(!canmove) return 0 //VOREStation Edit. Redundant check that only affects conscious proning, actual inability to turn and shift around handled by actual inabilities.
|
||||
if(stat) return 0
|
||||
if(anchored) return 0
|
||||
if(transforming) return 0
|
||||
|
||||
Reference in New Issue
Block a user