mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user