make mice not eat uranium bananium and pills (#17110)
Co-authored-by: deltanedas <@deltanedas:kde.org> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -945,6 +945,17 @@
|
||||
- type: Puller
|
||||
needsHands: true
|
||||
|
||||
- type: entity
|
||||
parent: MobMouse
|
||||
id: MobMouseAdmeme
|
||||
suffix: Admeme
|
||||
components:
|
||||
# allow admeme mouse to eat pills
|
||||
- type: IgnoreBadFood
|
||||
# intended for swarms that eat pills so only temporary
|
||||
- type: TimedDespawn
|
||||
lifetime: 60
|
||||
|
||||
- type: entity
|
||||
parent: MobMouse
|
||||
id: MobMouse1
|
||||
|
||||
@@ -156,6 +156,7 @@
|
||||
- type: Material
|
||||
- type: Food
|
||||
transferAmount: 10
|
||||
- type: BadFood
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
Uranium: 100
|
||||
|
||||
@@ -323,6 +323,7 @@
|
||||
- banana
|
||||
- type: Food
|
||||
trash: TrashBananiumPeel
|
||||
- type: BadFood
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
|
||||
@@ -320,6 +320,7 @@
|
||||
transferAmount: null
|
||||
eatMessage: food-swallow
|
||||
useSound: /Audio/Items/pill.ogg
|
||||
- type: BadFood
|
||||
- type: FlavorProfile
|
||||
ignoreReagents: []
|
||||
- type: SolutionContainerManager
|
||||
|
||||
Reference in New Issue
Block a user