mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
/***********************************
|
|
* CHOMP advanced microwave
|
|
************************************/
|
|
|
|
|
|
/obj/machinery/microwave/advanced
|
|
name = "deluxe microwave"
|
|
icon = 'icons/obj/machines/machinery_ch.dmi'
|
|
circuit = /obj/item/circuitboard/microwave/advanced
|
|
circuit_item_capacity = 100
|
|
item_level = 1
|
|
|
|
/obj/machinery/microwave/advanced/Initialize(mapload)
|
|
. = ..()
|
|
reagents.maximum_volume = 1000
|