[MIRROR] Fixes burning a bible giving you an infinite amount of curses. (#26346)

* 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
/🆑

* Fixes burning a bible giving you an infinite amount of curses.

---------

Co-authored-by: Xander3359 <66163761+Xander3359@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-02-04 08:00:38 -05:00
committed by GitHub
co-authored by Xander3359
parent e7ddceed73
commit 865afe454b
+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()
. = ..()