mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Fixes chugging message (#16745)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user