mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
rewrite for DF/CM and grill
rewrite cos damn! No more spam names... worst they can get is one of each type in a name. CM won't accept anything that's been cerealized (at any point), DF and grill will accept things that have been in them before, but you'll end up with a burned mess, a cloud of smoke, and the chance of a small fire
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
var/eatverb
|
||||
var/wrapped = 0
|
||||
var/dried_type = null
|
||||
var/deepfried = 0
|
||||
var/cooktype[0]
|
||||
|
||||
|
||||
//Placeholder for effect that trigger on eating that aren't tied to reagents.
|
||||
@@ -1358,6 +1358,10 @@
|
||||
reagents.add_reagent("carbon", 3)
|
||||
bitesize = 2
|
||||
|
||||
// it's burned! it should start off being classed as any cooktype that burns
|
||||
cooktype["grilled"] = 1
|
||||
cooktype["deep fried"] = 1
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meatsteak
|
||||
name = "Meat steak"
|
||||
desc = "A piece of hot spicy meat."
|
||||
@@ -3141,7 +3145,6 @@
|
||||
icon = 'icons/obj/food.dmi'
|
||||
icon_state = "deepfried_holder_icon"
|
||||
bitesize = 2
|
||||
deepfried = 1
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("nutriment", 30)
|
||||
|
||||
Reference in New Issue
Block a user