mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
[MIRROR] next set of globals (#12399)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
b7c61c3a04
commit
ba01722b31
@@ -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