Skip to content

Commit

Permalink
Removes runed metal from the rare_materials drop table (#4557)
Browse files Browse the repository at this point in the history
* FUCK runed metal

* Removal Documentation

* Apply suggestions from code review

---------

Co-authored-by: Bloop <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Nov 6, 2024
1 parent 813524c commit dfb93e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/effects/spawners/random/engineering.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
icon_state = "diamond"
spawn_loot_count = 3
loot = list( // Space loot spawner. Random selecton of a few rarer materials.
/obj/item/stack/sheet/runed_metal/ten = 20,
//obj/item/stack/sheet/runed_metal/ten = 20, // NOVA EDIT REMOVAL - No more Runed Metal
/obj/item/stack/sheet/mineral/diamond{amount = 15} = 15,
/obj/item/stack/sheet/mineral/uranium{amount = 15} = 15,
/obj/item/stack/sheet/mineral/plasma{amount = 15} = 15,
/obj/item/stack/sheet/mineral/gold{amount = 15} = 15,
/obj/item/stack/sheet/plastic/fifty = 5,
/obj/item/stack/sheet/runed_metal/fifty = 5,
//obj/item/stack/sheet/runed_metal/fifty = 5, // NOVA EDIT REMOVAL - No more Runed Metal
)

/obj/effect/spawner/random/engineering/toolbox
Expand Down

0 comments on commit dfb93e1

Please sign in to comment.