Skip to content

Commit

Permalink
Update stones.dm
Browse files Browse the repository at this point in the history
Adding silver to be able to be mined
  • Loading branch information
TheMrBakit authored Sep 11, 2024
1 parent b42d988 commit 30dee30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/items/rogueitems/natural/stones.dm
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ GLOBAL_LIST_INIT(stone_personality_descs, list(
/obj/item/natural/rock/iron
mineralType = /obj/item/rogueore/iron

/obj/item/natural/silver
mineralType = /obj/item/rogueore/silver

/obj/item/natural/rock/coal
mineralType = /obj/item/rogueore/coal

Expand Down

0 comments on commit 30dee30

Please sign in to comment.