12% chance of a ouija board spawning in the chaplain office. (#84615)

## About The Pull Request
The ouija board is quite fun, but it's found nowhere, with the exception
of Wawastation and the tranquility shuttle (by the time you get there
the round's already about to end), so I may as well make it possible for
other stations to have it sometimes.

## Why It's Good For The Game
The ouija board is fun, and ghosts are mischievous and misleading,
uncoordinated creatures most of the times.

## Changelog

🆑
add: 12% chance of a ouija board spawning in the chaplain office.
Wawastation always has one.
/🆑
This commit is contained in:
Ghom
2024-07-07 11:37:03 -07:00
committed by GitHub
parent 99cd91d8ad
commit 84e8c2a109
8 changed files with 19 additions and 8 deletions
@@ -2,6 +2,15 @@
name = "structure spawner"
desc = "Now you see me, now you don't..."
///12% chance to spawn a ouija board, or a potted plant. Btw, Wawastation has a guaranteed board.
/obj/effect/spawner/random/structure/twelve_percent_spirit_board
name = "12% spirit board"
icon_state = "spirit_board"
loot = list(
/obj/structure/spirit_board = 3,
/obj/item/kirbyplants/random = 22,
)
/obj/effect/spawner/random/structure/crate
name = "crate spawner"
icon_state = "crate_secure"