Skip to content

Commit

Permalink
Polysmorphs can crawl slightly faster (#21177)
Browse files Browse the repository at this point in the history
* Update tails.dm

* Update tails.dm

* Update tails.dm
  • Loading branch information
SapphicOverload authored Jan 4, 2024
1 parent b972fcd commit 3742c85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/surgery/organs/tails.dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,12 @@
else
H.dna.species.mutant_bodyparts["tail_polysmorph"] = H.dna.features["tail_polysmorph"]
H.update_body()
H.physiology.crawl_speed += 0.5

/obj/item/organ/tail/polysmorph/Remove(mob/living/carbon/human/H, special = 0)
..()
if(istype(H))
H.dna.species.mutant_bodyparts -= "tail_polysmorph"
tail_type = H.dna.features["tail_polysmorph"]
H.update_body()
H.physiology.crawl_speed -= 0.5

0 comments on commit 3742c85

Please sign in to comment.