Maintenance Deck (#8146)

Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
Guti
2024-04-07 08:25:38 +02:00
committed by GitHub
parent 2c4d5af2f2
commit 7c3fb6fb64
13 changed files with 90023 additions and 10732 deletions

View File

@@ -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"