Merge pull request #11147 from VOREStation/Arokha/supermatter

Allow grinding supermatter
This commit is contained in:
Aronai Sieyes
2021-07-19 17:16:38 -04:00
committed by Chompstation Bot
parent 5ce4add0c9
commit 6cb41c6372
2 changed files with 5 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
/obj/item/stack/material/sandstone = list("silicon", "oxygen"),
/obj/item/stack/material/glass = list("silicon"),
/obj/item/stack/material/glass/phoronglass = list("platinum", "silicon", "silicon", "silicon"), //5 platinum, 15 silicon,
/obj/item/stack/material/supermatter = list("supermatter")
)
var/static/radial_examine = image(icon = 'icons/mob/radial.dmi', icon_state = "radial_examine")

View File

@@ -306,6 +306,10 @@
/datum/reagent/supermatter
name = "Supermatter"
id = "supermatter"
color = "#fffd6b"
reagent_state = SOLID
affects_dead = TRUE
affects_robots = TRUE
description = "The immense power of a supermatter crystal, in liquid form. You're not entirely sure how that's possible, but it's probably best handled with care."
taste_description = "taffy" // 0. The supermatter is tasty, tasty taffy.