This commit is contained in:
kevinz000
2020-01-16 20:57:02 -07:00
parent b505c1e087
commit 2ba226b912
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
if(mob.buckled) //if we're buckled to something, tell it we moved.
return mob.buckled.relaymove(mob, direct)
if(!CHECK_BITFIELD(mob, MOBILITY_MOVE))
if(!CHECK_MOBILITY(L, MOBILITY_MOVE))
return FALSE
if(isobj(mob.loc) || ismob(mob.loc)) //Inside an object, tell it we moved