We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bce0f commit f2794deCopy full SHA for f2794de
code/modules/mob/mob_movement.dm
@@ -500,7 +500,7 @@
500
if(observer.invisibility == 0 || observer.mind && (find_active_faction_by_member(observer.mind.GetRole(LEGACY_CULTIST)) || find_active_faction_by_member(iscultist(observer))))
501
to_chat(mob, "<span class='warning'>You cannot get past holy grounds while you are in this plane of existence!</span>")
502
blocked = TRUE
503
- else if(!blocked && !Move_object(direct) && !Dir_object(direct))
+ if(!blocked && !Move_object(direct) && !Dir_object(direct))
504
mob.forceEnter(get_step(mob, direct))
505
mob.dir = direct
506
if(istype(T, /turf/simulated/open)) // Stair movement down
0 commit comments