Co-authored-by: WickedCybs <wickedcybs@gmail.com>
This commit is contained in:
WickedCybs
2023-03-28 20:55:49 +00:00
committed by GitHub
co-authored by WickedCybs
parent 241702e9b9
commit 769bbe7dbd
5 changed files with 24 additions and 1 deletions
+3 -1
View File
@@ -26,7 +26,9 @@
var/datum/changeling/changeling = get_antag_datum(MODE_CHANGELING)
if(changeling?.space_adapted)
return
if(changeling?.no_breathing)
return
volume_needed *= (species?.breath_vol_mul || 1)
var/datum/gas_mixture/breath = null