mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[MIRROR] fix ore vents spawning the wrong wolves and remove simple wolves (#26791)
* fix ore vents spawning the wrong wolves and remove simple wolves (#81864) ## About The Pull Request wolves got refactored but the ore vents were still spawning the old versions, this fixes it and removes the old wolves from the code ## Why It's Good For The Game fixes ore vents spawning old wolves ## Changelog 🆑 fix: fixes ore vent spawned wolves being untammable /🆑 * fix ore vents spawning the wrong wolves and remove simple wolves --------- Co-authored-by: Ben10Omintrix <138636438+Ben10Omintrix@users.noreply.github.com>
This commit is contained in:
co-authored by
Ben10Omintrix
parent
4ff4f8c718
commit
2dc0bd272a
@@ -437,8 +437,8 @@
|
||||
defending_mobs = list(
|
||||
/mob/living/basic/mining/lobstrosity,
|
||||
/mob/living/basic/mining/legion/snow/spawner_made,
|
||||
/mob/living/basic/mining/wolf,
|
||||
/mob/living/simple_animal/hostile/asteroid/polarbear,
|
||||
/mob/living/simple_animal/hostile/asteroid/wolf,
|
||||
)
|
||||
ore_vent_options = list(
|
||||
SMALL_VENT_TYPE,
|
||||
@@ -450,8 +450,8 @@
|
||||
/mob/living/basic/mining/lobstrosity,
|
||||
/mob/living/basic/mining/legion/snow/spawner_made,
|
||||
/mob/living/basic/mining/ice_demon,
|
||||
/mob/living/basic/mining/wolf,
|
||||
/mob/living/simple_animal/hostile/asteroid/polarbear,
|
||||
/mob/living/simple_animal/hostile/asteroid/wolf,
|
||||
)
|
||||
ore_vent_options = list(
|
||||
SMALL_VENT_TYPE = 3,
|
||||
|
||||
Reference in New Issue
Block a user