Skip to content

Commit

Permalink
Merge pull request #1139 from feliniddotexe/malummiraclefix
Browse files Browse the repository at this point in the history
Malum miracles bugfix
  • Loading branch information
Lutowski authored Jan 1, 2025
2 parents 7667afa + 210b046 commit 93b96ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/datums/gods/patrons/divine_pantheon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
desc = "Opinionless god of the crafts. He teaches that great works for killing or saving are great works, either way. The well-oiled guillotine and the well-sharpened axe are tools, and there is no good and evil to their craft."
worshippers = "Smiths, Miners, Engineers"
mob_traits = list(TRAIT_FORGEBLESSED)
t0 = /obj/effect/proc_holder/spell/invoked/malum_flame_rogue
t1 = /obj/effect/proc_holder/spell/invoked/vigorousexchange
t2 = /obj/effect/proc_holder/spell/invoked/heatmetal
t3 = /obj/effect/proc_holder/spell/invoked/hammerfall
Expand Down
1 change: 1 addition & 0 deletions code/modules/jobs/job_types/roguetown/church/monk.dm
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
H.mind.adjust_skillrank(/datum/skill/craft/armorsmithing, 1, TRUE)
H.mind.adjust_skillrank(/datum/skill/craft/weaponsmithing, 1, TRUE)
H.mind.adjust_skillrank(/datum/skill/craft/smelting, 1, TRUE)
H.AddSpell(new /obj/effect/proc_holder/spell/invoked/malum_flame_rogue)
H.mind.adjust_skillrank(/datum/skill/misc/reading, 3, TRUE)
H.mind.adjust_skillrank(/datum/skill/craft/cooking, 2, TRUE)
H.mind.adjust_skillrank(/datum/skill/craft/crafting, 3, TRUE)
Expand Down
1 change: 1 addition & 0 deletions code/modules/jobs/job_types/roguetown/church/templar.dm
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
wrists = /obj/item/clothing/neck/roguetown/psicross/malum
cloak = /obj/item/clothing/cloak/templar/malumite
head = /obj/item/clothing/head/roguetown/helmet/heavy/malum
H.AddSpell(new /obj/effect/proc_holder/spell/invoked/malum_flame_rogue)
if(/datum/patron/old_god)
wrists = /obj/item/clothing/neck/roguetown/psicross
cloak = /obj/item/clothing/cloak/tabard/crusader/psydon
Expand Down

0 comments on commit 93b96ea

Please sign in to comment.