mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Fixes passive and mostly passive mobs blocking the way all the time
This commit is contained in:
@@ -156,10 +156,10 @@ It also makes it so a ghost wont know where all the goodies/mobs are.
|
||||
anchored = 1
|
||||
invisibility = 101
|
||||
spawn_types = list(
|
||||
/mob/living/simple_mob/animal/space/gaslamp = 20,
|
||||
/mob/living/simple_mob/animal/passive/gaslamp = 20,
|
||||
// /mob/living/simple_mob/otie/feral = 10,
|
||||
/mob/living/simple_mob/vore/dino/virgo3b = 5,
|
||||
/mob/living/simple_mob/vore/dragon/virgo3b = 1
|
||||
/mob/living/simple_mob/vore/aggresive/dino/virgo3b = 5,
|
||||
/mob/living/simple_mob/vore/aggresive/dragon/virgo3b = 1
|
||||
)
|
||||
|
||||
/obj/structure/mob_spawner/scanner/xenos
|
||||
|
||||
Reference in New Issue
Block a user