From cb861c28174ebd82e3b87ea239b3637dfd32580a Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 13 May 2022 12:34:48 +0200 Subject: [PATCH] [MIRROR] Reduces the chance of spawning a pants altar [MDB IGNORE] (#13583) * Reduces the chance of spawning a pants altar (#66904) * reduces the chance of spawning a pants altar * Reduces the chance of spawning a pants altar Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> --- code/game/objects/effects/spawners/random/structure.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/effects/spawners/random/structure.dm b/code/game/objects/effects/spawners/random/structure.dm index 5fb87b3c824..905980a8763 100644 --- a/code/game/objects/effects/spawners/random/structure.dm +++ b/code/game/objects/effects/spawners/random/structure.dm @@ -6,7 +6,7 @@ name = "crate spawner" icon_state = "crate_secure" loot = list( - /obj/effect/spawner/random/structure/crate_loot = 735, + /obj/effect/spawner/random/structure/crate_loot = 744, /obj/structure/closet/crate/trashcart/filled = 75, /obj/effect/spawner/random/trash/moisture_trap = 50, /obj/effect/spawner/random/trash/hobo_squat = 30, @@ -14,7 +14,7 @@ /obj/effect/spawner/random/trash/mess = 30, /obj/item/kirbyplants/fern = 20, /obj/structure/closet/crate/decorations = 15, - /obj/structure/destructible/cult/pants_altar = 10, + /obj/structure/destructible/cult/pants_altar = 1, ) /obj/effect/spawner/random/structure/crate_abandoned