Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moth food now edible by mortals #1886

Merged
merged 2 commits into from
Sep 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,6 @@
Quantity: 6
- ReagentId: Water
Quantity: 4
- type: Tag
tags:
- MothFood
- type: Food
requiresSpecialDigestion: true
#Tastes like cotton and broth

- type: entity
Expand Down Expand Up @@ -1111,11 +1106,6 @@
- type: Sprite
sprite: Nyanotrasen/Objects/Consumable/Food/moth.rsi
state: pizza-cotton
- type: Tag
tags:
- MothFood
- type: Food
requiresSpecialDigestion: true

- type: entity
name: slice of cotton pizza
Expand All @@ -1131,11 +1121,6 @@
- type: Sprite
sprite: Nyanotrasen/Objects/Consumable/Food/moth.rsi
state: pizza-cotton-slice
- type: Tag
tags:
- MothFood
- type: Food
requiresSpecialDigestion: true
# Tastes like crust, cotton, cheese

# Sweets
Expand Down Expand Up @@ -1193,11 +1178,7 @@
Quantity: 10
- ReagentId: Sugar
Quantity: 10
- type: Tag
tags:
- MothFood
- type: Food
requiresSpecialDigestion: true
# Frontier - Removed Moth requirement
#Tastes like vanilla and clouds.

- type: entity
Expand All @@ -1223,11 +1204,7 @@
Quantity: 4
- ReagentId: Sugar
Quantity: 2
- type: Tag
tags:
- MothFood
- type: Food
requiresSpecialDigestion: true
# Frontier - Removed Moth requirement
#Tastes like vanilla and clouds.

- type: entity
Expand Down Expand Up @@ -1264,10 +1241,5 @@
Quantity: 5
- ReagentId: Vitamin
Quantity: 1
- type: Tag
tags:
- MothFood
- type: Food
requiresSpecialDigestion: true

# Frontier - Removed Moth requirement
#Tastes like muffin, dust and lint
Loading