Skip to content

Commit

Permalink
No more dwarf legion farming
Browse files Browse the repository at this point in the history
  • Loading branch information
BogCreature committed Nov 30, 2023
1 parent cebb293 commit 26b9afe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mining/ore_veins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ GLOBAL_LIST_EMPTY(ore_veins)
/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril = 30,
/mob/living/simple_animal/hostile/asteroid/brimdemon = 20,
/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient = 5,
/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf = 5,
/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf/tendril = 5,
)

/obj/structure/vein/classthree
Expand All @@ -145,7 +145,7 @@ GLOBAL_LIST_EMPTY(ore_veins)
/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril = 30,
/mob/living/simple_animal/hostile/asteroid/brimdemon = 20,
/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient = 10,
/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf = 10,
/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf/tendril = 10,
)

/obj/structure/vein/ice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril
fromtendril = TRUE

/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf/tendril
fromtendril = TRUE

/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf/death(gibbed)
move_force = MOVE_FORCE_DEFAULT
move_resist = MOVE_RESIST_DEFAULT
Expand Down

0 comments on commit 26b9afe

Please sign in to comment.