mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Update microwave.dm
This commit is contained in:
@@ -410,3 +410,15 @@
|
|||||||
if ("dispose")
|
if ("dispose")
|
||||||
dispose()
|
dispose()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
/obj/machinery/microwave/advanced // specifically for complex recipes
|
||||||
|
name = "deluxe microwave"
|
||||||
|
icon = 'icons/obj/kitchen.dmi'
|
||||||
|
icon_state = "mw-deluxe"
|
||||||
|
circuit = /obj/item/weapon/circuitboard/microwave/advanced
|
||||||
|
circuit_item_capacity = 100
|
||||||
|
item_level = 1
|
||||||
|
|
||||||
|
/obj/machinery/microwave/advanced/Initialize()
|
||||||
|
..()
|
||||||
|
reagents.maximum_volume = 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user