bugfix + changelog (#16159)

This commit is contained in:
Fluffy
2023-04-05 18:09:01 +02:00
committed by GitHub
parent c8dbb53602
commit 8d7eccde76
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
//mob verbs are faster than object verbs. See above.
var/mob/living/next_point_time = 0
/mob/living/pointed(atom/A as mob|obj|turf in view())
if(src.stat || !src.canmove || src.restrained())
if(src.stat || src.restrained())
return FALSE
if(src.status_flags & FAKEDEATH)
return FALSE