Ghosts can now flip (#15487)

*flip
This commit is contained in:
Zonespace
2022-08-09 17:21:20 -04:00
committed by GitHub
parent 7bcdd4840b
commit 594e487e38
+1 -1
View File
@@ -53,7 +53,7 @@
return
/datum/emote/flip/can_run_emote(mob/user, status_check, intentional)
if(!HAS_TRAIT(user, TRAIT_FREERUNNING))
if(!HAS_TRAIT(user, TRAIT_FREERUNNING) && !isobserver(user))
user.balloon_alert(user, "not nimble enough!")
return FALSE
return ..()