ok
This commit is contained in:
@@ -50,7 +50,7 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, typecacheof(list(
|
||||
if(vent_found_parent && (vent_found_parent.members.len || vent_found_parent.other_atmosmch))
|
||||
visible_message("<span class='notice'>[src] begins climbing into the ventilation system...</span>" ,"<span class='notice'>You begin climbing into the ventilation system...</span>")
|
||||
|
||||
if(!do_after(src, 25, target = vent_found))
|
||||
if(!do_after(src, 25, target = vent_found, required_mobility_flags = MOBILITY_MOVE))
|
||||
return
|
||||
|
||||
if(!client)
|
||||
|
||||
Reference in New Issue
Block a user