Skip to content

Commit

Permalink
no more dropping things
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Mar 5, 2024
1 parent 18e10ee commit bc740d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,10 @@

/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
user.forceMove(get_turf(system))
user.apply_effect(5, WEAKEN)
if(prob(25))
user.do_vomit()

Expand Down

0 comments on commit bc740d6

Please sign in to comment.