mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Fixes passive and mostly passive mobs blocking the way all the time
This commit is contained in:
@@ -181,10 +181,10 @@
|
||||
|
||||
/obj/random/outside_mob/item_to_spawn() // Special version for mobs to have the same faction.
|
||||
return pick(
|
||||
prob(50);/mob/living/simple_mob/animal/space/gaslamp,
|
||||
prob(50);/mob/living/simple_mob/animal/passive/gaslamp,
|
||||
// prob(50);/mob/living/simple_mob/otie/feral, // Removed until Otie code is unfucked.
|
||||
prob(20);/mob/living/simple_mob/vore/dino/virgo3b,
|
||||
prob(1);/mob/living/simple_mob/vore/dragon/virgo3b)
|
||||
prob(20);/mob/living/simple_mob/vore/aggresive/dino/virgo3b,
|
||||
prob(1);/mob/living/simple_mob/vore/aggresive/dragon/virgo3b)
|
||||
|
||||
/obj/random/outside_mob/spawn_item()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user