Skip to content

Commit

Permalink
Merge pull request #4728 from Colfer1/master
Browse files Browse the repository at this point in the history
Buffs carrying a little to encourage teamwork
  • Loading branch information
Tk420634 authored Mar 26, 2024
2 parents 6964861 + 1f57f40 commit 6afea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ GLOBAL_VAR_INIT(crotch_call_cooldown, 0)
else
buckle_mob(target, TRUE, TRUE, FALSE, 0, 1, FALSE)*/
else
buckle_mob(target, TRUE, TRUE, FALSE, 0, 1, FALSE)
buckle_mob(target, TRUE, TRUE, FALSE, 0, 0, FALSE)
else
visible_message(span_warning("[target] fails to climb onto [src]!"))
else
Expand Down

0 comments on commit 6afea65

Please sign in to comment.