mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Fixes rat health (#10331)
Co-authored-by: Spades <SpadesNeil@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3519f55e79
commit
4f31aa20c2
@@ -35,7 +35,7 @@
|
||||
spawn_types = list(
|
||||
/mob/living/simple_mob/animal/passive/mouse = 100,
|
||||
/mob/living/simple_mob/animal/passive/cockroach = 25,
|
||||
/mob/living/simple_mob/animal/passive/mouse/rat = 10, // Because I'm a horrible person. <3
|
||||
/mob/living/simple_mob/animal/passive/mouse/rat/strong = 10, // Because I'm a horrible person. <3
|
||||
/obj/effect/spider/spiderling/non_growing = 5)
|
||||
|
||||
/obj/structure/mob_spawner/mouse_nest/mousehole/New()
|
||||
|
||||
Reference in New Issue
Block a user