Skip to content

Commit

Permalink
ladno
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Oct 6, 2024
1 parent d370109 commit a76d76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/carbon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
if(!nutrition)
return FALSE

if((nutrition < lost_nutrition) && (!(mode & VOMIT_BLOOD)))
if((nutrition < 100 || nutrition < lost_nutrition) && (!(mode & VOMIT_BLOOD)))
if(message)
visible_message(span_warning("[src.name] сухо кашля[pluralize_ru(src.gender,"ет","ют")]!"), \
span_userdanger("Вы пытаетесь проблеваться, но в вашем желудке пусто!"))
Expand Down

0 comments on commit a76d76c

Please sign in to comment.