Commit 08e92ee 1 parent be22baa commit 08e92ee Copy full SHA for 08e92ee
File tree 3 files changed +43
-0
lines changed
code/modules/food_and_drinks
3 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 432
432
icon_state = " jdonut1"
433
433
extra_reagent = " cherryjelly"
434
434
435
+ // ////////////////////
436
+ // Pancakes //
437
+ // ////////////////////
438
+
439
+ / obj / item/ reagent_containers/ food/ snacks/ pancake
440
+ name = " pancake"
441
+ desc = " A plain pancake."
442
+ icon_state = " pancake"
443
+ filling_color = " #E7D8AB"
444
+ bitesize = 2
445
+ list_reagents = list (" nutriment" = 3 , " sugar" = 3 )
446
+
447
+ / obj / item/ reagent_containers/ food/ snacks/ pancake/ berry_pancake
448
+ name = " berry pancake"
449
+ desc = " A pancake loaded with berries."
450
+ icon_state = " berry_pancake"
451
+ list_reagents = list (" nutriment" = 3 , " sugar" = 3 , " berryjuice" = 3 )
452
+
453
+ / obj / item/ reagent_containers/ food/ snacks/ pancake/ choc_chip_pancake
454
+ name = " choc-chip pancake"
455
+ desc = " A pancake loaded with chocolate chips."
456
+ icon_state = " choc_chip_pancake"
457
+ list_reagents = list (" nutriment" = 3 , " sugar" = 3 , " cocoa" = 3 )
435
458
436
459
// ////////////////////
437
460
// Misc //
Original file line number Diff line number Diff line change 249
249
/ obj / item/ stack/ rods,
250
250
)
251
251
result = / obj / item/ reagent_containers/ food/ snacks/ fish_skewer
252
+
253
+ / datum / recipe/ grill/ pancake
254
+ items = list (
255
+ / obj / item/ reagent_containers/ food/ snacks/ cookiedough
256
+ )
257
+ result = / obj / item/ reagent_containers/ food/ snacks/ pancake
258
+
259
+ / datum / recipe/ grill/ berry_pancake
260
+ items = list (
261
+ / obj / item/ reagent_containers/ food/ snacks/ cookiedough,
262
+ / obj / item/ reagent_containers/ food/ snacks/ grown/ berries
263
+ )
264
+ result = / obj / item/ reagent_containers/ food/ snacks/ pancake/ berry_pancake
265
+
266
+ / datum / recipe/ grill/ choc_chip_pancake
267
+ items = list (
268
+ / obj / item/ reagent_containers/ food/ snacks/ cookiedough,
269
+ / obj / item/ reagent_containers/ food/ snacks/ choc_pile
270
+ )
271
+ result = / obj / item/ reagent_containers/ food/ snacks/ pancake/ choc_chip_pancake
You can’t perform that action at this time.
0 commit comments