Merge pull request #9525 from VOREStation/Verkister-patch-6

Makes pixel shifting work while resting
This commit is contained in:
Verkister
2021-01-03 12:09:35 +02:00
committed by Chompstation Bot
parent 834294ac49
commit 1df71bdd8a

View File

@@ -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