Skip to content

Commit

Permalink
Removes drag slowdown from Harvester mob (tgstation#72874)
Browse files Browse the repository at this point in the history
## About The Pull Request

Quick one liner to make NarSie's harvesters ignore the movement speed
penalty when dragging corpses.

## Why It's Good For The Game

Removes some tedium from the fun little minigame at the (bad) end of
cult rounds

## Changelog

:cl:
balance: Harvesters are now not affected by drag slowdown.
/:cl:

Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
  • Loading branch information
Cenrus and jlsnow301 committed Jan 24, 2023
1 parent 45c809b commit 7366625
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -22,6 +22,7 @@
of illusion back to the Geometer so they may know Truth. Your form and any you are \
pulling can pass through runed walls effortlessly.</B>"
can_repair = TRUE
slowed_by_drag = FALSE


/mob/living/simple_animal/hostile/construct/harvester/Bump(atom/thing)
Expand Down

0 comments on commit 7366625

Please sign in to comment.