Update microwave.dm

This commit is contained in:
Novacat
2020-01-21 01:13:37 -05:00
committed by GitHub
parent f7da338790
commit c72899c7e6
+1 -5
View File
@@ -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