mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 01:25:10 +01:00
next set of globals (#19131)
This commit is contained in:
@@ -924,7 +924,7 @@
|
||||
)
|
||||
if(O.material in rock_munch)
|
||||
nom = rock_munch[O.material]
|
||||
M = name_to_material[O.material]
|
||||
M = GLOB.name_to_material[O.material]
|
||||
else if(istype(O, /obj/item/ore/slag))
|
||||
nom = list("nutrition" = 15, "remark" = "You taste dusty, crunchy mistakes. This is a travesty... but at least it is an edible one.", "WTF" = FALSE)
|
||||
else //Random rock.
|
||||
@@ -965,7 +965,7 @@
|
||||
var/obj/item/stack/material/stack = O.split(1) //A little off the top.
|
||||
I = stack
|
||||
nom = refined_taste[O.default_type]
|
||||
M = name_to_material[O.default_type]
|
||||
M = GLOB.name_to_material[O.default_type]
|
||||
else if(istype(I, /obj/item/entrepreneur/crystal))
|
||||
nom = list("nutrition" = 100, "remark" = "The crytal was particularly brittle and not difficult to break apart, but the inside was incredibly flavoursome. Though devoid of any actual healing power, it seems to be very nutritious!", "WTF" = FALSE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user