Fixes chugging message (#16745)

This commit is contained in:
Doxxmedearly
2023-07-17 12:08:15 +00:00
committed by GitHub
parent 025d59442c
commit 3c18ebe255
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -314,7 +314,7 @@
break
if(chugs > 3)
if(!(H.species.flags & NO_BREATHE))
H.visible_message(SPAN_NOTICE("[src] finishes chugging, exhausted..."), SPAN_NOTICE("You finish chugging, exhausted..."))
H.visible_message(SPAN_NOTICE("[H] finishes chugging, exhausted..."), SPAN_NOTICE("You finish chugging, exhausted..."))
H.emote("gasp")
return