mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Funny Breathing Traits (#7056)
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
/datum/trait/negative/deep_sleeper
|
||||
custom_only = FALSE
|
||||
|
||||
/datum/trait/negative/deep_breather
|
||||
name ="Deep Breather"
|
||||
desc = "You need more air for your lungs to properly work.."
|
||||
cost = -1
|
||||
|
||||
custom_only = FALSE
|
||||
can_take = ORGANICS
|
||||
|
||||
var_changes = list("minimum_breath_pressure" = 22)
|
||||
excludes = list(/datum/trait/positive/light_breather)
|
||||
@@ -0,0 +1,8 @@
|
||||
/datum/trait/neutral/metabolism_up
|
||||
can_take = ORGANICS
|
||||
|
||||
/datum/trait/neutral/metabolism_down
|
||||
can_take = ORGANICS
|
||||
|
||||
/datum/trait/neutral/metabolism_apex
|
||||
can_take = ORGANICS
|
||||
@@ -6,3 +6,13 @@
|
||||
|
||||
/datum/trait/positive/toxin_gut
|
||||
custom_only = FALSE
|
||||
|
||||
/datum/trait/positive/light_breather
|
||||
name ="Light Breather"
|
||||
desc = "You need less air for your lungs to properly work.."
|
||||
cost = 1
|
||||
|
||||
custom_only = FALSE
|
||||
can_take = ORGANICS
|
||||
var_changes = list("minimum_breath_pressure" = 12)
|
||||
excludes = list(/datum/trait/negative/deep_breather)
|
||||
@@ -4714,6 +4714,7 @@
|
||||
#include "modular_chomp\code\modules\mob\living\carbon\human\species\station\protean\protean_rig_tgui.dm"
|
||||
#include "modular_chomp\code\modules\mob\living\carbon\human\species\station\protean\protean_species.dm"
|
||||
#include "modular_chomp\code\modules\mob\living\carbon\human\species\station\traits\negative.dm"
|
||||
#include "modular_chomp\code\modules\mob\living\carbon\human\species\station\traits\neutral.dm"
|
||||
#include "modular_chomp\code\modules\mob\living\carbon\human\species\station\traits\positive.dm"
|
||||
#include "modular_chomp\code\modules\mob\living\carbon\human\species\station\traits\xenomorph_hybrid_trait.dm"
|
||||
#include "modular_chomp\code\modules\mob\living\silicon\robot\robot_movement.dm"
|
||||
|
||||
Reference in New Issue
Block a user