Skip to content

Commit

Permalink
Hotfix 2 (#376)
Browse files Browse the repository at this point in the history
* hotfix

* hotfix 2.2

* hotfix 2.3
  • Loading branch information
Farrellka-dev authored Jan 4, 2025
1 parent 8dee100 commit f110b94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@
- state: margherita
- type: SliceableFood
slice: FoodPizzaMargheritaSlice
- type: Tag
tags:
- Pizza
- Vegetable

- type: entity
name: slice of margherita pizza
Expand All @@ -98,10 +94,6 @@
- type: Sprite
layers:
- state: margherita-slice
- type: Tag
tags:
- Pizza
- Vegetable

- type: entity
name: meat pizza
Expand Down Expand Up @@ -210,11 +202,7 @@
Quantity: 5
- ReagentId: Vitamin
Quantity: 5
- type: Tag
tags:
- Pizza
- Vegetable


- type: entity
name: slice of vegetable pizza
parent: FoodPizzaSliceBase
Expand Down Expand Up @@ -244,10 +232,6 @@
Quantity: 1
- ReagentId: Vitamin
Quantity: 1
- type: Tag
tags:
- Pizza
- Vegetable

# Tastes like crust, tomato, cheese, carrot.

Expand Down Expand Up @@ -340,10 +324,6 @@
Quantity: 5
- ReagentId: DoctorsDelight
Quantity: 6
- type: Tag
tags:
- Pizza
- Vegetable

- type: entity
name: slice of dank pizza
Expand Down Expand Up @@ -371,10 +351,6 @@
Quantity: 0.8
- ReagentId: DoctorsDelight
Quantity: 1
- type: Tag
tags:
- Pizza
- Vegetable
# Tastes like crust, tomato, cheese, meat, satisfaction.

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
- type: Tag
tags:
- Pizza
- Vegetable # Yes, I am aware that corn is technically a fruit, but the tagging system is enough of a mess as it is

- type: entity
name: slice of corncob crust pizza
Expand All @@ -50,7 +49,6 @@
- type: Tag
tags:
- Pizza
- Vegetable

- type: entity
name: firecracker pizza
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
False: { visible: false }
- type: Speech
speechVerb: Robotic
- type: ItemToggle
soundActivate:
path: /Audio/Items/Defib/defib_safety_on.ogg
soundDeactivate:
path: /Audio/Items/Defib/defib_safety_off.ogg
- type: StaticPrice
price: 50

Expand Down

0 comments on commit f110b94

Please sign in to comment.