[GBP: No Update] Fixes orbiting in vents and disposals (#17330)

This commit is contained in:
Luc
2022-01-18 19:05:44 +01:00
committed by GitHub
parent f85420ec01
commit b2704e06b2
8 changed files with 20 additions and 16 deletions
+2
View File
@@ -79,7 +79,9 @@
climber = null
return FALSE
var/old_loc = usr.loc
usr.loc = get_turf(src)
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>")