[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
+3 -1
View File
@@ -497,7 +497,9 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven
return
visible_message("<b>[src] scrambles into the ventilation ducts!</b>", "You climb into the ventilation system.")
src.loc = vent_found
var/old_loc = loc
loc = vent_found
Moved(old_loc, get_dir(old_loc, loc), FALSE)
add_ventcrawl(vent_found)
else