Skip to content

Commit

Permalink
Update modular_ss220/food/code/food/nails.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Volodymir Ohorodnytskyi <[email protected]>
  • Loading branch information
AyIong and Legendaxe authored Jan 20, 2024
1 parent 70053b0 commit 920ceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/food/code/food/nails.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if(prob(30))
user.emote("scream")

if(do_after(user, 5 SECONDS, needhand = FALSE, target = user, progress = FALSE, allow_moving = TRUE) && prob(10))
if(prob(10) && do_after(user, 5 SECONDS, needhand = FALSE, target = user, progress = FALSE, allow_moving = TRUE) )
user.vomit(lost_nutrition = 0, blood = 15, should_confuse = FALSE)
user.emote("scream")

Expand Down

0 comments on commit 920ceb1

Please sign in to comment.