mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Adds CO2 Breather Trait (#9810)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user