Fix getting extremely drunk causing every blood vessel in your body to rupture (#15114)
This commit is contained in:
@@ -162,6 +162,7 @@
|
||||
Asphyxiation: 0.0
|
||||
Bloodloss: 0.0 # no double dipping
|
||||
Cellular: 0.0
|
||||
Caustic: 0.0
|
||||
|
||||
# Represents what a riot shield should block passively
|
||||
# Each shield will probably have their own passive and active modifier sets
|
||||
|
||||
@@ -122,9 +122,12 @@
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 5
|
||||
- !type:OrganType
|
||||
type: Dwarf
|
||||
shouldHave: false
|
||||
damage:
|
||||
types:
|
||||
Caustic: 1
|
||||
Poison: 1
|
||||
# dwarves take less toxin damage and heal a marginal amount of brute
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
@@ -134,7 +137,7 @@
|
||||
type: Dwarf
|
||||
damage:
|
||||
types:
|
||||
Caustic: 0.5
|
||||
Poison: 0.2
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
|
||||
Reference in New Issue
Block a user