I question some people (#28208)

This commit is contained in:
Vi3trice
2025-02-12 08:19:06 -05:00
committed by GitHub
parent 79db47edc6
commit baad3135c9
11 changed files with 14 additions and 14 deletions
@@ -46,7 +46,7 @@
//Start of a breath chain, calls breathe()
/mob/living/carbon/handle_breathing(times_fired)
if(times_fired % 2 == 1)
if(ISODD(times_fired))
var/datum/milla_safe/carbon_breathe/milla = new()
milla.invoke_async(src)
else