mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
15 lines
396 B
Plaintext
15 lines
396 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()
|
|
..()
|
|
reagents.maximum_volume = 1000 |