Fixes a bug with species component application (#18696)

* Update trait.dm

Update trait.dm

Fixes a bug and cleans up Omen dice application

* small godmode fix

* Proper

* Fixes organ regen
This commit is contained in:
Cameron Lennox
2025-10-27 01:51:35 -04:00
committed by GitHub
parent 4ff81edb10
commit cccd2280a7
7 changed files with 29 additions and 12 deletions
+2 -2
View File
@@ -251,7 +251,7 @@
to_chat(user, span_cult("You feel extraordinarily unlucky..."))
if(evil)
user.AddComponent(
/datum/component/omen/dice,\
/datum/component/omen,\
incidents_left = 1,\
luck_mod = 1,\
damage_mod = 1,\
@@ -262,7 +262,7 @@
else
user.AddComponent(
/datum/component/omen/dice,\
/datum/component/omen,\
incidents_left = 1,\
luck_mod = 0.3,\
damage_mod = 1,\