mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
I question some people (#28208)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user