mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
You can now craft a singularity hammer using all nine anomaly cores and the supermatter. (#84194)
## About The Pull Request You can now craft a singularity hammer using all nine anomaly cores and the supermatter. ## Why It's Good For The Game  Also  ## Changelog 🆑 add: You can now craft a singularity hammer using all nine anomaly cores and the supermatter. /🆑
This commit is contained in:
@@ -171,3 +171,23 @@
|
||||
)
|
||||
time = 10 SECONDS
|
||||
category = CAT_WEAPON_MELEE
|
||||
|
||||
/datum/crafting_recipe/singulo_hammer
|
||||
name = "Singularity Hammer"
|
||||
result = /obj/item/singularityhammer
|
||||
reqs = list(
|
||||
/obj/item/assembly/signaler/anomaly/pyro = 1,
|
||||
/obj/item/assembly/signaler/anomaly/grav = 1,
|
||||
/obj/item/assembly/signaler/anomaly/flux = 1,
|
||||
/obj/item/assembly/signaler/anomaly/bluespace = 1,
|
||||
/obj/item/assembly/signaler/anomaly/vortex = 1,
|
||||
/obj/item/assembly/signaler/anomaly/bioscrambler = 1,
|
||||
/obj/item/assembly/signaler/anomaly/hallucination = 1,
|
||||
/obj/item/assembly/signaler/anomaly/dimensional = 1,
|
||||
/obj/item/assembly/signaler/anomaly/ectoplasm = 1,
|
||||
)
|
||||
machinery = list(
|
||||
/obj/machinery/power/supermatter_crystal = CRAFTING_MACHINERY_CONSUME,
|
||||
)
|
||||
time = 10 SECONDS
|
||||
category = CAT_WEAPON_MELEE
|
||||
|
||||
Reference in New Issue
Block a user