mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 13:35:10 +00:00
Hazardous Area Component | Free Golem Soft-Restriction (#65720)
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -71,6 +71,10 @@
|
||||
qdel(src)
|
||||
|
||||
/obj/structure/ladder/proc/travel(going_up, mob/user, is_ghost, obj/structure/ladder/ladder)
|
||||
var/response = SEND_SIGNAL(user, COMSIG_LADDER_TRAVEL, src, ladder, going_up)
|
||||
if(response & LADDER_TRAVEL_BLOCK)
|
||||
return
|
||||
|
||||
if(!is_ghost)
|
||||
ladder.add_fingerprint(user)
|
||||
if(!do_after(user, travel_time, target = src))
|
||||
|
||||
Reference in New Issue
Block a user