Adds the boots of jumping (#30503)

* adds boots of jumping

* fix linter
This commit is contained in:
Paul
2025-10-01 14:39:50 +00:00
committed by GitHub
parent 2569be37ba
commit 2925af6829
5 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -221,7 +221,7 @@
return FALSE
jump_animation(user)
if(isliving(user))
if(isliving(user) && !HAS_TRAIT(user, TRAIT_BOOTS_OF_JUMPING))
var/mob/living/L = user
L.adjustStaminaLoss(30)