mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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:
@@ -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