mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Update microwave.dm
This commit is contained in:
@@ -12,12 +12,8 @@
|
||||
var/operating = 0 // Is it on?
|
||||
var/dirty = 0 // = {0..100} Does it need cleaning?
|
||||
var/broken = 0 // ={0,1,2} How broken is it???
|
||||
<<<<<<< HEAD
|
||||
var/global/list/datum/recipe/available_recipes // List of the recipes you can use
|
||||
=======
|
||||
var/circuit_item_capacity = 1 //how many items does the circuit add to max number of items
|
||||
var/item_level = 0 // items microwave can handle, 0 foodstuff, 1 materials
|
||||
>>>>>>> 9027155... Merge pull request #6632 from Mechoid/TheGreatMicrowaveMigration
|
||||
var/global/list/acceptable_items // List of the items you can put in
|
||||
var/global/list/datum/recipe/microwave/available_recipes // List of the recipes you can use
|
||||
var/global/list/acceptable_reagents // List of the reagents you can put in
|
||||
@@ -401,4 +397,4 @@
|
||||
|
||||
if ("dispose")
|
||||
dispose()
|
||||
return
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user