-
-
Notifications
You must be signed in to change notification settings - Fork 444
/
Copy pathsnacks_meat.dm
634 lines (546 loc) · 25.9 KB
/
snacks_meat.dm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
//Not only meat, actually, but also snacks that are almost meat, such as fish meat or tofu
////////////////////////////////////////////KEBAB////////////////////////////////////////////
/obj/item/reagent_containers/food/snacks/kebab
trash = /obj/item/stack/rods
icon_state = "kebab"
w_class = WEIGHT_CLASS_NORMAL
list_reagents = list(/datum/reagent/consumable/nutriment = 8)
tastes = list("meat" = 3, "metal" = 1)
foodtype = MEAT
/obj/item/reagent_containers/food/snacks/kebab/human
name = "human kebab"
desc = "Human meat, on a stick."
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 6)
tastes = list("tender meat" = 3, "metal" = 1)
foodtype = MEAT | GROSS
/obj/item/reagent_containers/food/snacks/kebab/monkey
name = "kebab"
desc = "Delicious meat, on a stick."
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 2)
tastes = list("meat" = 3, "metal" = 1)
foodtype = MEAT
/obj/item/reagent_containers/food/snacks/kebab/tofu
name = "tofu kebab"
desc = "Vegan meat, on a stick."
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1)
tastes = list("tofu" = 3, "metal" = 1)
foodtype = VEGETABLES
/obj/item/reagent_containers/food/snacks/kebab/tail
name = "lizard tail kebab"
desc = "Severed lizard tail on a stick."
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 4)
tastes = list("meat" = 3, "metal" = 1, "scales" = 1)
foodtype = MEAT
/obj/item/reagent_containers/food/snacks/kebab/rat
name = "rat kebab"
desc = "Not so delicious rat meat, on a stick."
icon_state = "ratkebab"
w_class = WEIGHT_CLASS_NORMAL
list_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/vitamin = 1)
tastes = list("rat meat" = 1, "metal" = 1)
foodtype = MICE
/obj/item/reagent_containers/food/snacks/kebab/rat/double
name = "double rat kebab"
icon_state = "doubleratkebab"
tastes = list("rat meat" = 2, "metal" = 1)
bonus_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/vitamin = 1)
////////////////////////////////////////////MEATS AND ALIKE////////////////////////////////////////////
/obj/item/reagent_containers/food/snacks/bbqribs
name = "bbq ribs"
desc = "BBQ ribs, slathered in a healthy coating of BBQ sauce. The least vegan thing to ever exist."
icon_state = "ribs"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 10, /datum/reagent/consumable/nutriment/vitamin = 3, /datum/reagent/consumable/bbqsauce = 5)
tastes = list("meat" = 3, "smokey sauce" = 1)
foodtype = MEAT
w_class = WEIGHT_CLASS_NORMAL
/obj/item/reagent_containers/food/snacks/tofu
name = "tofu"
desc = "We all love tofu."
icon_state = "tofu"
list_reagents = list(/datum/reagent/consumable/nutriment = 2)
filling_color = "#F0E68C"
tastes = list("tofu" = 1)
foodtype = VEGETABLES
/obj/item/reagent_containers/food/snacks/tofu/prison
name = "soggy tofu"
desc = "You refuse to eat this strange bean curd."
tastes = list("sour, rotten water" = 1)
foodtype = GROSS
/obj/item/reagent_containers/food/snacks/spiderleg
name = "spider leg"
desc = "A still twitching leg of a giant spider... you don't really want to eat this, do you?"
icon_state = "spiderleg"
list_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/toxin = 2)
filling_color = "#000000"
tastes = list("cobwebs" = 1, "meat" = 1)
foodtype = MEAT | TOXIC
/obj/item/reagent_containers/food/snacks/spiderleg/MakeGrillable()
AddComponent(/datum/component/grillable, /obj/item/reagent_containers/food/snacks/grilledspiderleg, rand(50 SECONDS, 60 SECONDS), TRUE, TRUE)
/obj/item/reagent_containers/food/snacks/cornedbeef
name = "corned beef and cabbage"
desc = "Now you can feel like a real tourist vacationing in Ireland."
icon_state = "cornedbeef"
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 4)
list_reagents = list(/datum/reagent/consumable/nutriment = 5)
tastes = list("meat" = 1, "cabbage" = 1)
foodtype = MEAT | VEGETABLES
/obj/item/reagent_containers/food/snacks/bearsteak
name = "filet migrawr"
desc = "Because eating bear wasn't manly enough."
icon_state = "bearsteak"
bonus_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/consumable/nutriment/vitamin = 6)
list_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/consumable/nutriment/vitamin = 5, /datum/reagent/consumable/ethanol/manly_dorf = 5)
tastes = list("meat" = 1, "salmon" = 1)
foodtype = MEAT | ALCOHOL
/obj/item/reagent_containers/food/snacks/raw_meatball
name = "raw meatball"
desc = "A great meal all round. Not a cord of wood. Kinda raw"
icon_state = "raw_meatball"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 2)
filling_color = "#DD8176"
tastes = list("meat" = 1)
foodtype = MEAT | RAW
w_class = WEIGHT_CLASS_SMALL
var/meatball_type = /obj/item/reagent_containers/food/snacks/meatball
var/patty_type = /obj/item/reagent_containers/food/snacks/raw_patty
/obj/item/reagent_containers/food/snacks/raw_meatball/MakeGrillable()
AddComponent(/datum/component/grillable, meatball_type, rand(30 SECONDS, 40 SECONDS), TRUE)
/obj/item/reagent_containers/food/snacks/raw_meatball/attackby(obj/item/I, mob/user, params)
if(istype(I, /obj/item/kitchen/rollingpin))
if(isturf(loc))
if(!do_after(user, 1 SECONDS, src))
return
new patty_type(loc)
to_chat(user, span_notice("You flatten [src]."))
qdel(src)
else
to_chat(user, span_warning("You need to put [src] on a surface to roll it out!"))
else
..()
/obj/item/reagent_containers/food/snacks/raw_meatball/human
name = "strange raw meatball"
meatball_type = /obj/item/reagent_containers/food/snacks/meatball/human
patty_type = /obj/item/reagent_containers/food/snacks/raw_patty/human
/obj/item/reagent_containers/food/snacks/raw_meatball/corgi
name = "raw corgi meatball"
meatball_type = /obj/item/reagent_containers/food/snacks/meatball/corgi
patty_type = /obj/item/reagent_containers/food/snacks/raw_patty/corgi
/obj/item/reagent_containers/food/snacks/raw_meatball/xeno
name = "raw xeno meatball"
meatball_type = /obj/item/reagent_containers/food/snacks/meatball/xeno
patty_type = /obj/item/reagent_containers/food/snacks/raw_patty/xeno
/obj/item/reagent_containers/food/snacks/raw_meatball/bear
name = "raw bear meatball"
meatball_type = /obj/item/reagent_containers/food/snacks/meatball/bear
patty_type = /obj/item/reagent_containers/food/snacks/raw_patty/bear
/obj/item/reagent_containers/food/snacks/raw_meatball/chicken
name = "raw chicken meatball"
meatball_type = /obj/item/reagent_containers/food/snacks/meatball/chicken
patty_type = /obj/item/reagent_containers/food/snacks/raw_patty/chicken
/obj/item/reagent_containers/food/snacks/meatball
name = "meatball"
desc = "A great meal all round."
icon_state = "meatball"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 2)
filling_color = "#8C4E2E"
tastes = list("meat" = 1)
foodtype = MEAT
burns_on_grill = TRUE
/obj/item/reagent_containers/food/snacks/meatball/human
name = "strange meatball"
tastes = list("strange meat" = 1)
/obj/item/reagent_containers/food/snacks/meatball/corgi
name = "corgi meatball"
tastes = list("corgi meat" = 1)
/obj/item/reagent_containers/food/snacks/meatball/bear
name = "bear meatball"
tastes = list("meat" = 1, "salmon" = 1)
/obj/item/reagent_containers/food/snacks/meatball/xeno
name = "xenomorph meatball"
tastes = list("meat" = 1, "acid" = 1)
/obj/item/reagent_containers/food/snacks/meatball/chicken
name = "chicken meatball"
tastes = list("chicken" = 1)
icon_state = "chicken_meatball"
filling_color = "#F9BC4C"
/obj/item/reagent_containers/food/snacks/raw_patty
name = "raw patty"
desc = "I'm.....NOT REAAADDYY."
icon_state = "raw_patty"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 2)
filling_color = "#DD8176"
tastes = list("meat" = 1)
foodtype = MEAT | RAW
w_class = WEIGHT_CLASS_SMALL
var/patty_type = /obj/item/reagent_containers/food/snacks/patty/plain
/obj/item/reagent_containers/food/snacks/raw_patty/MakeGrillable()
AddComponent(/datum/component/grillable, patty_type, rand(30 SECONDS, 40 SECONDS), TRUE)
/obj/item/reagent_containers/food/snacks/raw_patty/human
name = "strange raw patty"
tastes = list("strange meat" = 1)
patty_type = /obj/item/reagent_containers/food/snacks/patty/human
/obj/item/reagent_containers/food/snacks/raw_patty/corgi
name = "raw corgi patty"
tastes = list("corgi meat" = 1)
patty_type = /obj/item/reagent_containers/food/snacks/patty/corgi
/obj/item/reagent_containers/food/snacks/raw_patty/bear
name = "raw bear patty"
tastes = list("meat" = 1, "salmon" = 1)
patty_type = /obj/item/reagent_containers/food/snacks/patty/bear
/obj/item/reagent_containers/food/snacks/raw_patty/xeno
name = "raw xenomorph patty"
tastes = list("meat" = 1, "acid" = 1)
patty_type = /obj/item/reagent_containers/food/snacks/patty/xeno
/obj/item/reagent_containers/food/snacks/raw_patty/chicken
name = "raw chicken patty"
tastes = list("chicken" = 1)
patty_type = /obj/item/reagent_containers/food/snacks/patty/chicken
/obj/item/reagent_containers/food/snacks/patty
name = "patty"
desc = "The nanotrasen patty is the patty for you and me!"
icon_state = "patty"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 2)
filling_color = "#8C4E2E"
tastes = list("meat" = 1)
foodtype = MEAT
w_class = WEIGHT_CLASS_SMALL
burns_on_grill = TRUE
///Exists purely for the crafting recipe (because itll take subtypes)
/obj/item/reagent_containers/food/snacks/patty/plain
/obj/item/reagent_containers/food/snacks/patty/human
name = "strange patty"
tastes = list("strange meat" = 1)
/obj/item/reagent_containers/food/snacks/patty/corgi
name = "corgi patty"
tastes = list("corgi meat" = 1)
/obj/item/reagent_containers/food/snacks/patty/bear
name = "bear patty"
tastes = list("meat" = 1, "salmon" = 1)
/obj/item/reagent_containers/food/snacks/patty/xeno
name = "xenomorph patty"
tastes = list("meat" = 1, "acid" = 1)
/obj/item/reagent_containers/food/snacks/patty/chicken
name = "chicken patty"
tastes = list("chicken" = 1)
icon_state = "chicken_patty"
filling_color = "#F9BC4C"
/obj/item/reagent_containers/food/snacks/raw_sausage
name = "raw sausage"
desc = "A piece of mixed, long meat, but then raw"
icon_state = "raw_sausage"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 5, /datum/reagent/consumable/nutriment/vitamin = 2)
tastes = list("meat" = 1)
foodtype = MEAT | RAW
w_class = WEIGHT_CLASS_SMALL
/obj/item/reagent_containers/food/snacks/raw_sausage/Initialize(mapload)
. = ..()
eatverb = pick("bite","chew","nibble","gobble","chomp")
/obj/item/reagent_containers/food/snacks/raw_sausage/MakeGrillable()
AddComponent(/datum/component/grillable, /obj/item/reagent_containers/food/snacks/sausage, rand(60 SECONDS, 75 SECONDS), TRUE)
/obj/item/reagent_containers/food/snacks/sausage
name = "sausage"
desc = "A piece of mixed, long meat."
icon_state = "sausage"
filling_color = "#CD5C5C"
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 1)
list_reagents = list(/datum/reagent/consumable/nutriment = 5, /datum/reagent/consumable/nutriment/vitamin = 1)
tastes = list("meat" = 1)
foodtype = MEAT | BREAKFAST
var/roasted = FALSE
burns_on_grill = TRUE
/obj/item/reagent_containers/food/snacks/sausage/Initialize(mapload)
. = ..()
eatverb = pick("bite","chew","nibble","gobble","chomp")
/obj/item/reagent_containers/food/snacks/sausage/attackby(obj/item/I, mob/user, params)
if(istype(I, /obj/item/kitchen/knife))
if(isturf(loc)) //CHECK IF ITS ON A TABLE OR OTHER SURFACE FOR THE LOVE OF GOD
if(!do_after(user, 1 SECONDS, src))
return
new /obj/item/reagent_containers/food/snacks/sausage/american(loc)
to_chat(user, span_notice("You snip [src]."))
qdel(src)
else
to_chat(user, span_warning("You need to put [src] on a surface to snip it!"))
return
else
..()
/obj/item/reagent_containers/food/snacks/sausage/american
name = "american sausage"
desc = "Snip."
icon_state = "american_sausage"
/obj/item/reagent_containers/food/snacks/rawkhinkali
name = "raw khinkali"
desc = "One hundred khinkalis? Do I look like a pig?"
icon_state = "khinkali"
list_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 1, /datum/reagent/consumable/garlic = 1)
tastes = list("meat" = 1, "onions" = 1, "garlic" = 1)
foodtype = MEAT | GRAIN | RAW | VEGETABLES
/obj/item/reagent_containers/food/snacks/rawkhinkali/MakeGrillable()
AddComponent(/datum/component/grillable, /obj/item/reagent_containers/food/snacks/khinkali, rand(50 SECONDS, 60 SECONDS), TRUE)
/obj/item/reagent_containers/food/snacks/khinkali
name = "khinkali"
desc = "One hundred khinkalis? Do I look like a pig?"
icon_state = "khinkali"
list_reagents = list(/datum/reagent/consumable/nutriment = 5, /datum/reagent/consumable/nutriment/vitamin = 2, /datum/reagent/consumable/garlic = 1)
bitesize = 3
filling_color = "#F0F0F0"
tastes = list("meat" = 1, "onions" = 1, "garlic" = 1)
burns_on_grill = TRUE
foodtype = MEAT | GRAIN | VEGETABLES
/obj/item/reagent_containers/food/snacks/enchiladas
name = "enchiladas"
desc = "Viva La Mexico!"
icon_state = "enchiladas"
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 2)
bitesize = 4
filling_color = "#FFA07A"
list_reagents = list(/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/capsaicin = 6)
tastes = list("hot peppers" = 1, "meat" = 3, "cheese" = 1, "tortilla" = 1)
foodtype = MEAT | GRAIN | VEGETABLES | DAIRY
/obj/item/reagent_containers/food/snacks/chipsandsalsa
name = "chips and salsa"
desc = "A handful of tortilla chips, paired with a cup of zesty salsa. Highly addictive!"
icon_state = "chipsandsalsa"
list_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/capsaicin = 2, /datum/reagent/consumable/nutriment/vitamin = 4)
tastes = list("peppers" = 1, "salsa" = 3, "tortilla chips" = 1, "onion" = 1)
foodtype = VEGETABLES
/obj/item/reagent_containers/food/snacks/stewedsoymeat
name = "stewed soymeat"
desc = "Even non-vegetarians will LOVE this!"
icon_state = "stewedsoymeat"
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1)
list_reagents = list(/datum/reagent/consumable/nutriment = 8)
filling_color = "#D2691E"
tastes = list("soy" = 1, "vegetables" = 1)
foodtype = VEGETABLES
/obj/item/reagent_containers/food/snacks/stewedsoymeat/Initialize(mapload)
. = ..()
eatverb = pick("slurp","sip","inhale","drink")
/obj/item/reagent_containers/food/snacks/grilledspiderleg
name = "grilled spider leg"
desc = "A giant spider's leg that's still twitching after being cooked. Gross!"
icon_state = "spiderlegcooked"
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/capsaicin = 2, /datum/reagent/consumable/nutriment/vitamin = 2)
list_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/capsaicin = 2)
filling_color = "#000000"
tastes = list("meat" = 1, "cobwebs" = 1)
foodtype = MEAT
burns_on_grill = TRUE
/obj/item/reagent_containers/food/snacks/nugget
name = "chicken nugget"
icon_state = "nugget_lump" // Not an accurate icon_state, but needed for crafting menu.
filling_color = "#B22222"
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 1)
list_reagents = list(/datum/reagent/consumable/nutriment = 2)
tastes = list("\"chicken\"" = 1)
foodtype = MEAT
var/mob/living/nugget_man
/obj/item/reagent_containers/food/snacks/nugget/Initialize(mapload)
. = ..()
var/shape = pick("lump", "star", "lizard", "corgi")
desc = "A 'chicken' nugget vaguely shaped like a [shape]."
icon_state = "nugget_[shape]"
/obj/item/reagent_containers/food/snacks/nugget/Destroy()
if(nugget_man)
qdel(nugget_man)
. = ..()
/obj/item/reagent_containers/food/snacks/fried_chicken
name = "fried chicken"
desc = "A juicy hunk of chicken meat, fried to perfection."
icon_state = "fried_chicken1"
filling_color = "#B22222"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 6, /datum/reagent/consumable/nutriment/vitamin = 2)
tastes = list("chicken" = 3, "fried batter" = 1)
foodtype = MEAT | FRIED
/obj/item/reagent_containers/food/snacks/fried_chicken/Initialize(mapload)
. = ..()
if(prob(50))
icon_state = "fried_chicken2"
/obj/item/reagent_containers/food/snacks/pigblanket
name = "pig in a blanket"
desc = "A tiny sausage wrapped in a flakey, buttery roll. Free this pig from its blanket prison by eating it."
icon_state = "pigblanket"
list_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/nutriment/vitamin = 1)
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 1)
filling_color = "#800000"
tastes = list("meat" = 1, "butter" = 2)
foodtype = MEAT | DAIRY | GRAIN
/obj/item/reagent_containers/food/snacks/dolphinmeat
name = "dolphin fillet"
desc = "A fillet of spess dolphin meat."
icon_state = "fishfillet"
list_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 2)
bitesize = 6
filling_color = "#FA8072"
tastes = list("fish" = 1,"cruelty" = 2)
foodtype = MEAT
/obj/item/reagent_containers/food/snacks/dolphinmeat/Initialize(mapload)
. = ..()
eatverb = pick("bite","chew","choke down","gnaw","swallow","chomp")
/obj/item/reagent_containers/food/snacks/meatclown
name = "meat clown"
desc = "A delicious, round piece of meat clown. How horrifying."
icon_state = "meatclown"
bonus_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 1, /datum/reagent/consumable/banana = 2)
list_reagents = list(/datum/reagent/consumable/nutriment = 2)
tastes = list("meat" = 5, "clowns" = 3, "sixteen teslas" = 1)
foodtype = MEAT
/obj/item/reagent_containers/food/snacks/meatclown/Initialize(mapload)
. = ..()
AddComponent(/datum/component/slippery, 30)
/obj/item/reagent_containers/food/snacks/roast_dinner
name = "roast dinner"
desc = "A luxuriously roasted chicken, accompanied by cabbage, parsnip, potatoes, peas, stuffing and a small boat of gravy."
icon_state = "full_roast"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 21, /datum/reagent/consumable/nutriment/vitamin = 6)
tastes = list("chicken" = 3, "vegetables" = 1, "gravy" = 1)
foodtype = MEAT | VEGETABLES | GRAIN
w_class = WEIGHT_CLASS_NORMAL
slices_num = 3
slice_path = /obj/item/reagent_containers/food/snacks/roast_slice
/obj/item/reagent_containers/food/snacks/roast_slice
name = "roast dinner portion"
desc = "A small plate of roast chicken, peas, cabbage, parsnips, potatoes, stuffing and gravy."
icon_state = "roast_slice"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 7, /datum/reagent/consumable/nutriment/vitamin = 2)
tastes = list("chicken" = 3, "vegetables" = 1, "gravy" = 1)
foodtype = MEAT | VEGETABLES | GRAIN
/obj/item/reagent_containers/food/snacks/roast_dinner_tofu
name = "tofu roast dinner"
desc = "A luxuriously roasted tofu-'chicken', accompanied by cabbage, parsnip, potatoes, peas, stuffing and a small boat of soy-based gravy."
icon_state = "full_roast_tofu"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 21, /datum/reagent/consumable/nutriment/vitamin = 6)
tastes = list("tofu" = 3, "vegetables" = 1, "gravy" = 1)
foodtype = VEGETABLES | GRAIN
w_class = WEIGHT_CLASS_NORMAL
slices_num = 3
slice_path = /obj/item/reagent_containers/food/snacks/roast_slice_tofu
/obj/item/reagent_containers/food/snacks/roast_slice_tofu
name = "tofu roast dinner portion"
desc = "A small plate of roast tofu-'chicken', peas, cabbage, parsnips, potatoes, stuffing and soy-based gravy."
icon_state = "roast_slice_tofu"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 7, /datum/reagent/consumable/nutriment/vitamin = 2)
tastes = list("tofu" = 3, "vegetables" = 1, "gravy" = 1)
foodtype = VEGETABLES | GRAIN
////////////////////////////////////////////ANIMAL CUBES////////////////////////////////////////////
/obj/item/reagent_containers/food/snacks/monkeycube
name = "monkey cube"
desc = "Just add water!"
icon = 'icons/obj/food/animalcubes.dmi'
icon_state = "monkey"
bitesize = 12
list_reagents = list(/datum/reagent/monkey_powder = 30)
filling_color = "#CD853F"
tastes = list("the jungle" = 1, "bananas" = 1)
foodtype = MEAT | SUGAR | RAW
var/faction
var/spawned_mob = /mob/living/carbon/monkey
/obj/item/reagent_containers/food/snacks/monkeycube/proc/Expand()
var/mob/spammer = get_mob_by_key(fingerprintslast)
var/mob/living/bananas = new spawned_mob(drop_location(), TRUE, spammer)
if(faction)
bananas.faction = faction
if (!QDELETED(bananas))
visible_message(span_notice("[src] expands!"))
bananas.log_message("Spawned via [src] at [AREACOORD(src)], Last attached mob: [key_name(spammer)].", LOG_ATTACK)
else if (!spammer) // Visible message in case there are no fingerprints
visible_message(span_notice("[src] fails to expand!"))
qdel(src)
/obj/item/reagent_containers/food/snacks/monkeycube/suicide_act(mob/living/M)
M.visible_message(span_suicide("[M] is putting [src] in [M.p_their()] mouth! It looks like [M.p_theyre()] trying to commit suicide!"))
var/eating_success = do_after(M, 1 SECONDS, src)
if(QDELETED(M)) //qdeletion: the nuclear option of self-harm
return SHAME
if(!eating_success || QDELETED(src)) //checks if src is gone or if they failed to wait for a second
M.visible_message(span_suicide("[M] chickens out!"))
return SHAME
if(HAS_TRAIT(M, TRAIT_NOHUNGER)) //plasmamen don't have saliva/stomach acid
M.visible_message(span_suicide("[M] realizes [M.p_their()] body won't activate [src]!")
,span_warning("Your body won't activate [src]..."))
return SHAME
playsound(M, 'sound/items/eatfood.ogg', rand(10,50), TRUE)
M.temporarilyRemoveItemFromInventory(src) //removes from hands, keeps in M
addtimer(CALLBACK(src, PROC_REF(finish_suicide), M), 15) //you've eaten it, you can run now
return MANUAL_SUICIDE
/obj/item/reagent_containers/food/snacks/monkeycube/proc/finish_suicide(mob/living/M) ///internal proc called by a monkeycube's suicide_act using a timer and callback. takes as argument the mob/living who activated the suicide
if(QDELETED(M) || QDELETED(src))
return
if((src.loc != M)) //how the hell did you manage this
to_chat(M, span_warning("Something happened to [src]..."))
return
Expand()
M.visible_message(span_danger("[M]'s torso bursts open as a primate emerges!"))
M.gib(null, TRUE, null, TRUE)
/obj/item/reagent_containers/food/snacks/monkeycube/syndicate
faction = list("neutral", ROLE_ANTAG)
/obj/item/reagent_containers/food/snacks/monkeycube/gorilla
name = "gorilla cube"
desc = "A Waffle Co. brand gorilla cube. Now with extra molecules! Just add water!"
icon_state = "gorilla"
bitesize = 35
list_reagents = list(/datum/reagent/gorilla_powder = 30, /datum/reagent/medicine/strange_reagent = 5)
tastes = list("the jungle" = 1, "bananas" = 1, "power" = 1)
spawned_mob = /mob/living/simple_animal/hostile/gorilla
foodtype = MEAT | SUGAR | RAW
/obj/item/reagent_containers/food/snacks/monkeycube/bee
name = "bee cube"
desc = "We were sure it was a good idea. Just add water."
icon_state = "bee"
bitesize = 20
list_reagents = list(/datum/reagent/consumable/honey = 10, /datum/reagent/toxin = 5, /datum/reagent/medicine/strange_reagent = 1)
tastes = list("buzzing" = 1, "honey" = 1, "regret" = 1)
spawned_mob = /mob/living/simple_animal/hostile/poison/bees/toxin
/obj/item/reagent_containers/food/snacks/monkeycube/sheep
name = "sheep cube"
desc = "A Farm Town brand sheep cube. Just add water!"
icon_state = "sheep"
bitesize = 35
list_reagents = list(/datum/reagent/sheep_powder = 30, /datum/reagent/consumable/nutriment = 5)
tastes = list("fluff" = 1, "the farm" = 1)
spawned_mob = /mob/living/simple_animal/sheep
foodtype = MEAT | RAW
/obj/item/reagent_containers/food/snacks/monkeycube/cow
name = "cow cube"
desc = "A Farm Town brand cow cube. Just add water!"
icon_state = "cow"
bitesize = 45
list_reagents = list(/datum/reagent/cow_powder = 30, /datum/reagent/consumable/nutriment = 15)
tastes = list("milk" = 1, "blood" = 1, "the farm" = 1)
spawned_mob = /mob/living/simple_animal/cow
foodtype = MEAT | RAW | DAIRY
/obj/item/reagent_containers/food/snacks/monkeycube/goat
name = "goat cube"
desc = "A Goat Tech Industries goat cube. Just add water!"
icon_state = "goat"
bitesize = 40
list_reagents = list(/datum/reagent/goat_powder = 30, /datum/reagent/consumable/nutriment = 10)
tastes = list("fur" = 1, "blood" = 1, "rage" = 1)
spawned_mob = /mob/living/simple_animal/hostile/retaliate/goat
foodtype = MEAT | RAW
/obj/item/reagent_containers/food/snacks/monkeycube/chicken
name = "chicken cube"
desc = "A Farm Town brand chicken cube. Just add water!"
icon_state = "chicken"
bitesize = 40
list_reagents = list(/datum/reagent/chicken_powder = 30, /datum/reagent/consumable/nutriment = 10)
tastes = list("feathers" = 1, "blood" = 1, "albumin" = 1)
spawned_mob = /mob/living/simple_animal/chicken
foodtype = MEAT | RAW | EGG
/obj/item/reagent_containers/food/snacks/monkeycube/mouse
name = "mouse cube"
desc = "A Waffle Co. brand mouse cube. Just add water!"
icon_state = "mouse"
bitesize = 40
list_reagents = list(/datum/reagent/mouse_powder = 30, /datum/reagent/consumable/nutriment = 10)
tastes = list("fur" = 1, "blood" = 1, "cheese" = 1)
spawned_mob = /mob/living/simple_animal/mouse
foodtype = MEAT | MICE | RAW
/obj/item/reagent_containers/food/snacks/monkeycube/mouse/syndicate
faction = list("neutral", ROLE_ANTAG)
/obj/item/reagent_containers/food/snacks/spam_musubi
name = "spam musubi"
desc = "A dish made of rice and meat of questionable origin."
icon_state = "spam_musubi"
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 1, /datum/reagent/consumable/rice = 1)
tastes = list("meat?" = 1, "rice" = 1)
foodtype = MEAT | GRAIN