mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
[GBP: No Update] Fixes orbiting in vents and disposals (#17330)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user