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:
deltanedas
2023-06-15 12:35:11 +00:00
committed by GitHub
parent f513cc9ba5
commit 6ce6aa117f
7 changed files with 44 additions and 5 deletions

View File

@@ -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

View File

@@ -156,6 +156,7 @@
- type: Material
- type: Food
transferAmount: 10
- type: BadFood
- type: PhysicalComposition
materialComposition:
Uranium: 100

View File

@@ -323,6 +323,7 @@
- banana
- type: Food
trash: TrashBananiumPeel
- type: BadFood
- type: SolutionContainerManager
solutions:
food:

View File

@@ -320,6 +320,7 @@
transferAmount: null
eatMessage: food-swallow
useSound: /Audio/Items/pill.ogg
- type: BadFood
- type: FlavorProfile
ignoreReagents: []
- type: SolutionContainerManager