mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Adds the boots of jumping (#30503)
* adds boots of jumping * fix linter
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user