[MIRROR] MOD update: Modular Cores [MDB IGNORE] (#10710)

* MOD update: Modular Cores

* Fixing all dem conflicts

* Okay now it's going to compile too

* Fixing some Trigger() (they triggered me)

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
SkyratBot
2022-01-16 15:25:41 -05:00
committed by GitHub
co-authored by Fikou GoldenAlpharex
parent 35aa4911dc
commit 5910fd9649
102 changed files with 2006 additions and 1287 deletions
+16 -3
View File
@@ -1227,14 +1227,27 @@
category = CAT_MISC
/datum/crafting_recipe/mod_core
name = "MOD core"
result = /obj/item/mod/construction/core
name = "MOD core (Standard)"
result = /obj/item/mod/core/standard
tool_behaviors = list(TOOL_SCREWDRIVER)
time = 10 SECONDS
reqs = list(/obj/item/stack/cable_coil = 5,
/obj/item/stack/rods = 2,
/obj/item/stack/sheet/glass = 1,
/obj/item/organ/heart/ethereal = 1
/obj/item/organ/heart/ethereal = 1,
)
category = CAT_MISC
/datum/crafting_recipe/mod_core
name = "MOD core (Ethereal)"
result = /obj/item/mod/core/ethereal
tool_behaviors = list(TOOL_SCREWDRIVER)
time = 10 SECONDS
reqs = list(/datum/reagent/consumable/liquidelectricity = 5,
/obj/item/stack/cable_coil = 5,
/obj/item/stack/rods = 2,
/obj/item/stack/sheet/glass = 1,
/obj/item/reagent_containers/syringe = 1,
)
category = CAT_MISC