mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user