mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
[GBP: NO UPDATE] Fix table-climbing with mobs (#17350)
This commit is contained in:
@@ -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>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user