Skip to content

Commit

Permalink
you got it boss
Browse files Browse the repository at this point in the history
  • Loading branch information
hivehum committed Jan 16, 2025
1 parent 6dbaa39 commit a454a29
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
name: one day blinding stew
parent: FoodBowlBase
id: FoodCamelSoup
name: one day blinding stew
description: the hospital can't stop me. I will never go. not with the strength I've obtained.
components:
- type: FlavorProfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
result: FoodCamelSoup
time: 15
solids:
TearGasGrenade: 1
FoodBowlBig: 1
Cigarette: 8 #YUMMY!!!!!!!!!
TearGasGrenade: 1
FoodBowlBig: 1
Cigarette: 8 #YUMMY!!!!!!!!!
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,22 @@
"license": "CC-BY-SA-3.0",
"copyright": "fills by Carousel. bowl is taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa.",
"size": {
"x": 32,
"y": 32
"x": 32,
"y": 32
},
"states": [
{
"name": "camelsoup"
},
{
"name": "camelsouplit",
"delays": [
[
0.2,
0.2,
0.2,
0.2
{
"name": "camelsoup"
},
{
"name": "camelsouplit",
"delays": [
[ 0.2, 0.2, 0.2, 0.2 ]
]
]
},
{
"name": "bowl",
"directions": 1
}
},
{
"name": "bowl",
"directions": 1
}
]
}

0 comments on commit a454a29

Please sign in to comment.