[GBP: NO UPDATE] Fix table-climbing with mobs (#17350)

This commit is contained in:
Luc
2022-01-21 13:32:27 -05:00
committed by GitHub
parent b86154cabb
commit ac47f3cfae
+1 -1
View File
@@ -81,7 +81,7 @@
var/old_loc = usr.loc
usr.loc = get_turf(src)
Moved(old_loc, get_dir(old_loc, usr.loc), FALSE)
usr.Moved(old_loc, get_dir(old_loc, usr.loc), FALSE)
if(get_turf(user) == get_turf(src))
usr.visible_message("<span class='warning'>[user] climbs onto \the [src]!</span>")