mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e725a0727
commit
ce2446922e
@@ -34,7 +34,7 @@
|
||||
* Initialising
|
||||
********************/
|
||||
|
||||
/obj/machinery/microwave/Initialize()
|
||||
/obj/machinery/microwave/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
reagents = new/datum/reagents(100)
|
||||
@@ -594,7 +594,7 @@
|
||||
circuit_item_capacity = 100
|
||||
item_level = 1
|
||||
|
||||
/obj/machinery/microwave/advanced/Initialize()
|
||||
/obj/machinery/microwave/advanced/Initialize(mapload)
|
||||
. = ..()
|
||||
reagents.maximum_volume = 1000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user