Skip to content

Commit

Permalink
Infinite mining loot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BogCreature committed Nov 15, 2023
1 parent 77fd8dd commit 660c8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mining/ore_veins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GLOBAL_LIST_EMPTY(ore_veins)
mob_types = list(
/mob/living/simple_animal/hostile/asteroid/wolf = 30,
/mob/living/simple_animal/hostile/asteroid/polarbear = 30,
/mob/living/simple_animal/hostile/asteroid/hivelord/legion/snow = 20,
/mob/living/simple_animal/hostile/asteroid/hivelord/legion/snow/tendril = 20,
/mob/living/simple_animal/hostile/asteroid/ice_demon = 10,
/mob/living/simple_animal/hostile/asteroid/ice_whelp = 5,
/mob/living/simple_animal/hostile/asteroid/lobstrosity = 20,
Expand Down

0 comments on commit 660c8e1

Please sign in to comment.