Fixes burning a bible giving you an infinite amount of curses. (#81248)

## About The Pull Request
Burning a bible now gives you 1 curse, instead of INFINITY curses.
## Why It's Good For The Game
It looks like https://github.com/tgstation/tgstation/pull/78899 forgot
about bible curses.
I think this was an oversight.
## Changelog
🆑
fix: burning a bible no longer gives you INFINITY curses
/🆑
This commit is contained in:
Xander3359
2024-02-04 08:39:51 +01:00
committed by GitHub
parent e80f4025af
commit a8ff61beb8
+1
View File
@@ -308,6 +308,7 @@
* While it lasts, parent gets a cursed aura filter.
*/
/datum/component/omen/bible
incidents_left = 1
/datum/component/omen/bible/RegisterWithParent()
. = ..()