Skip to content

Commit

Permalink
golems are okay
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzyFuzlet committed Jul 11, 2023
1 parent 690c714 commit 5915908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/stacks/sheets/mineral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ GLOBAL_LIST_INIT(plastitanium_recipes, list ( \
* Adamantine
*/
GLOBAL_LIST_INIT(adamantine_recipes, list(
//new /datum/stack_recipe("incomplete servant golem shell", /obj/item/golem_shell/servant, req_amount=1, res_amount=1), //we don't need golems running around till they rebalanced
new /datum/stack_recipe("incomplete servant golem shell", /obj/item/golem_shell/servant, req_amount=1, res_amount=1),
new/datum/stack_recipe("adamant ingot", /obj/item/ingot/adamantine, 6, time = 100), \
))

Expand Down

0 comments on commit 5915908

Please sign in to comment.