Skip to content

Commit

Permalink
Merge pull request #400 from Fansana/uranium-fix
Browse files Browse the repository at this point in the history
Fix Mice Eating Uranium
  • Loading branch information
Fansana authored Dec 9, 2024
2 parents 9c950b5 + 80cbbc0 commit fcb294e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
count: 1

- type: entity
parent: [SheetOtherBase, FoodBase]
parent: [SheetOtherBase] # Floof Uranium not more munchable
id: SheetUranium
name: uranium
suffix: Full
Expand All @@ -234,17 +234,6 @@
- type: Appearance
- type: Item
heldPrefix: uranium
- type: Extractable
grindableSolutionName: food
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Uranium
Quantity: 8
- ReagentId: Radium
Quantity: 2
canReact: false
- type: UserInterface
interfaces:
enum.RadialSelectorUiKey.Key:
Expand Down

0 comments on commit fcb294e

Please sign in to comment.