Removes duplicate fortune cookie (#16304)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -47,7 +47,6 @@
|
|||||||
- FoodBakedBunHotX
|
- FoodBakedBunHotX
|
||||||
- FoodBakedBunMeat
|
- FoodBakedBunMeat
|
||||||
- FoodBakedCookie
|
- FoodBakedCookie
|
||||||
- FoodBakedCookieFortune
|
|
||||||
- FoodBakedCookieOatmeal
|
- FoodBakedCookieOatmeal
|
||||||
- FoodBakedCookieRaisin
|
- FoodBakedCookieRaisin
|
||||||
- FoodBakedCookieSugar
|
- FoodBakedCookieSugar
|
||||||
|
|||||||
@@ -104,17 +104,6 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: COOKIE!!!
|
state: COOKIE!!!
|
||||||
|
|
||||||
- type: entity
|
|
||||||
name: fortune cookie
|
|
||||||
parent: FoodBakedBase
|
|
||||||
id: FoodBakedCookieFortune
|
|
||||||
description: A true prophecy in each cookie!
|
|
||||||
components:
|
|
||||||
# - Food:
|
|
||||||
# trash: PaperFortune
|
|
||||||
- type: Sprite
|
|
||||||
state: cookie-fortune
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: oatmeal cookie
|
name: oatmeal cookie
|
||||||
parent: FoodBakedBase
|
parent: FoodBakedBase
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 430 B |
@@ -43,9 +43,6 @@
|
|||||||
{
|
{
|
||||||
"name": "COOKIE!!!"
|
"name": "COOKIE!!!"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "cookie-fortune"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "cookie-oatmeal"
|
"name": "cookie-oatmeal"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -50,3 +50,4 @@ BulletAntiMaterial: BulletAntiMateriel
|
|||||||
|
|
||||||
# 2023--05-10
|
# 2023--05-10
|
||||||
FoodCondimentBottleSmallHotsauce: FoodCondimentBottleHotsauce
|
FoodCondimentBottleSmallHotsauce: FoodCondimentBottleHotsauce
|
||||||
|
FoodBakedCookieFortune: FoodSnackCookieFortune
|
||||||
|
|||||||
Reference in New Issue
Block a user