Revert "Base Commit"

This reverts commit 1de45df2ba.
This commit is contained in:
GhostActual
2022-04-01 13:39:44 -04:00
parent 1de45df2ba
commit 801533a69f
18 changed files with 8 additions and 432 deletions
@@ -97,8 +97,7 @@
starts_with = list(
/obj/item/clothing/suit/fire/heavy,
/obj/item/weapon/tank/oxygen/red,
/obj/item/weapon/watertank/atmos,
/obj/item/device/flashlight,
/obj/item/weapon/extinguisher/atmo,
/obj/item/clothing/head/hardhat/firefighter/atmos)
/*
@@ -283,12 +283,10 @@
/obj/structure/mob_spawner/mouse_nest
name = "trash"
desc = "A small heap of trash, perfect for mice and other pests to nest in."
desc = "A small heap of trash, perfect for mice to nest in."
icon = 'icons/obj/trash_piles.dmi'
icon_state = "randompile"
spawn_types = list(
/mob/living/simple_mob/animal/passive/mouse= 100,
/mob/living/simple_mob/animal/passive/cockroach = 25)
spawn_types = list(/mob/living/simple_mob/animal/passive/mouse)
simultaneous_spawns = 1
destructible = 1
spawn_delay = 1 HOUR