Skip to content

Commit

Permalink
Update misc.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Mar 1, 2024
1 parent 3ee3237 commit 57beb2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@
addtimer(CALLBACK(src, PROC_REF(on_extract), user, rapsys), 1.5 SECONDS)

/obj/item/rappel_harness/extract/proc/on_extract(mob/living/carbon/human/user, obj/structure/dropship_equipment/rappel_system/system)
flick("rappel_hatch_opening", system)
user.apply_effect(5, WEAKEN)
user.pixel_x = 0
user.pixel_y = 0
Expand Down

0 comments on commit 57beb2d

Please sign in to comment.