Artifact hemoglobin trigger now accepts all sentient blood types (#25240)
* Artifact blood trigger now accepts all sentient blood types * Update artifact-hints.ftl (cherry picked from commit f4876bdb265602765c8f22e007a93701ce88cb35)
This commit is contained in:
parent
971506c5d8
commit
406fb71e07
|
|
@ -31,7 +31,7 @@ artifact-trigger-hint-physical = Physical trauma
|
|||
artifact-trigger-hint-tool = Tool usage
|
||||
artifact-trigger-hint-music = Sonic vibrations
|
||||
artifact-trigger-hint-water = Hydro-reactive
|
||||
artifact-trigger-hint-blood = Reaction with hemoglobin
|
||||
artifact-trigger-hint-blood = Reaction with hematological fluid
|
||||
artifact-trigger-hint-magnet = Magnetic waves
|
||||
artifact-trigger-hint-death = Life essence
|
||||
artifact-trigger-hint-radiation = Radiation
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@
|
|||
groups:
|
||||
Acidic: [ Touch ]
|
||||
reactions:
|
||||
- reagents: [ Blood ]
|
||||
- reagents: [ Blood, CopperBlood, InsectBlood, Slime, AmmoniaBlood, ZombieBlood ]
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:ActivateArtifact
|
||||
|
|
|
|||
Loading…
Reference in New Issue