mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
groovn, shmoovn
Makes calorite dance floors craftable at long last
This commit is contained in:
@@ -400,3 +400,11 @@
|
||||
result = /obj/item/bouquet/rose
|
||||
reqs = list(/obj/item/grown/rose = 6)
|
||||
category = CAT_MISC
|
||||
|
||||
// ################ GS13 things! ################
|
||||
|
||||
/datum/crafting_recipe/caloritedancefloor
|
||||
name = "Calorite dance floor"
|
||||
result = /obj/item/stack/tile/mineral/calorite/dance
|
||||
reqs = list(/obj/item/stack/cable_coil = 3, /obj/item/stack/tile/mineral/calorite = 1)
|
||||
category = CAT_MISC
|
||||
|
||||
Reference in New Issue
Block a user