Skip to content

Commit

Permalink
[MIRROR] Fixes cursed/bad luck initializing with the wrong amount of …
Browse files Browse the repository at this point in the history
…incidents [MDB IGNORE] (#751)

* Fixes cursed/bad luck initializing with the wrong amount of incidents (#79846)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: lessthanthree <[email protected]>
  • Loading branch information
3 people authored Nov 21, 2023
1 parent 024e26b commit 95db2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/omen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/// Base damage from negative events. Cursed take 25% of this damage.
var/damage_mod = 1

/datum/component/omen/Initialize(obj/vessel, incidents_left = 1, luck_mod, damage_mod)
/datum/component/omen/Initialize(obj/vessel, incidents_left, luck_mod, damage_mod)
if(!isliving(parent))
return COMPONENT_INCOMPATIBLE

Expand Down

0 comments on commit 95db2b5

Please sign in to comment.