glue only mutes if drank (#20627)
* glue only mutes if drunk * glue mutes and fixes bleeding on touch * no mute on touch --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -67,6 +67,13 @@
|
|||||||
viscosity: 0.5
|
viscosity: 0.5
|
||||||
tileReactions:
|
tileReactions:
|
||||||
- !type:SpillTileReaction
|
- !type:SpillTileReaction
|
||||||
|
reactiveEffects:
|
||||||
|
Acidic:
|
||||||
|
methods: [ Touch ]
|
||||||
|
effects:
|
||||||
|
# pva glue? no, antibiotic glue for sealing wounds
|
||||||
|
- !type:ModifyBleedAmount
|
||||||
|
amount: -1.5
|
||||||
metabolisms:
|
metabolisms:
|
||||||
Narcotic:
|
Narcotic:
|
||||||
effects:
|
effects:
|
||||||
@@ -76,6 +83,8 @@
|
|||||||
type: Add
|
type: Add
|
||||||
time: 5
|
time: 5
|
||||||
refresh: false
|
refresh: false
|
||||||
|
Drink:
|
||||||
|
effects:
|
||||||
- !type:GenericStatusEffect
|
- !type:GenericStatusEffect
|
||||||
key: Muted
|
key: Muted
|
||||||
component: Muted
|
component: Muted
|
||||||
|
|||||||
Reference in New Issue
Block a user