mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fix master (#93342)
## About The Pull Request #93165 skewed with #93305
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
if(LAZYACCESS(user.do_afters, interaction_key))
|
||||
return FALSE
|
||||
|
||||
if(!(user.mobility_flags & MOBILITY_USE) || (user != owner && !user.CanReach(owner)))
|
||||
if(!(user.mobility_flags & MOBILITY_USE) || (user != owner && !owner.IsReachableBy(user)))
|
||||
owner.balloon_alert(user, "can't do it right now!")
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user