Adds CO2 Breather Trait (#9810)

This commit is contained in:
Ectype
2025-01-07 09:15:39 -06:00
committed by GitHub
parent f014732116
commit 2e5cd9aa72
6 changed files with 78 additions and 0 deletions

View File

@@ -96,3 +96,8 @@
var_changes = list("lightweight_light" = 1)
excludes = list(/datum/trait/negative/lightweight)
custom_only = FALSE
/datum/trait/negative/breathes/carbon_dioxide
name = "Carbon Dioxide Breather"
desc = "You breathe carbon dioxide instead of oxygen, much like a plant. Oxygen is not poisonous to you."
var_changes = list("breath_type" = GAS_CO2, "exhale_type" = GAS_O2, "ideal_air_type" = /datum/gas_mixture/belly_air/carbon_dioxide_breather)