mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
@@ -24,3 +24,17 @@
|
||||
/obj/structure/mob_spawner/proc/get_used_report(var/obj/structure/closet/crate/mimic/O)
|
||||
if(O in spawned_mobs)
|
||||
spawned_mobs.Remove(O)
|
||||
|
||||
/obj/structure/mob_spawner/mouse_nest/mousehole
|
||||
name = "small hole"
|
||||
desc = "A small hole, critters seem to move in and out from here."
|
||||
icon = 'icons/effects/effects.dmi'
|
||||
icon_state = "tunnel_hole"
|
||||
spawn_types = list(
|
||||
/mob/living/simple_mob/animal/passive/mouse= 100,
|
||||
/mob/living/simple_mob/animal/passive/cockroach = 25,
|
||||
/obj/effect/spider/spiderling/non_growing = 5)
|
||||
|
||||
/obj/structure/mob_spawner/mouse_nest/mousehole/New()
|
||||
..()
|
||||
icon_state = "tunnel_hole"
|
||||
|
||||
Reference in New Issue
Block a user