Chair rotation fix (#29018)

* Makes pushing mobs not revert direction changes from other sources if they happen at the same time

* Update chairs.dm

* remove signal handler
This commit is contained in:
Migratingcocofruit
2025-04-21 22:34:45 +00:00
committed by GitHub
parent df366b399b
commit d6a1084cfc
2 changed files with 10 additions and 13 deletions
+3 -1
View File
@@ -212,7 +212,9 @@
stop_pulling()
var/current_dir
if(isliving(AM))
current_dir = AM.dir
var/mob/living/living_mob = AM
if(!living_mob.buckled)
current_dir = AM.dir
if(AM.Move(get_step(AM.loc, t), t, glide_size))
Move(get_step(loc, t), t)
if(current_dir)