mech updat
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
range = MECHA_MELEE|MECHA_RANGED
|
||||
mech_flags = EXOSUIT_MODULE_WORKING
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/extinguisher/Initialize()
|
||||
/obj/item/mecha_parts/mecha_equipment/extinguisher/Initialize(mapload)
|
||||
. = ..()
|
||||
create_reagents(1000)
|
||||
reagents.add_reagent(/datum/reagent/water, 1000)
|
||||
@@ -262,7 +262,7 @@
|
||||
item_flags = NO_MAT_REDEMPTION
|
||||
var/mode = 0 //0 - deconstruct, 1 - wall or floor, 2 - airlock.
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/rcd/Initialize()
|
||||
/obj/item/mecha_parts/mecha_equipment/rcd/Initialize(mapload)
|
||||
. = ..()
|
||||
GLOB.rcd_list += src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user