Skip to content

Commit

Permalink
Fix paladin grant_spells
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaworld committed Apr 16, 2024
1 parent 77f8f14 commit a17fbb9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
if(H.dna.species.id == "tiefling")
cloak = /obj/item/clothing/cloak/tabard/crusader/tief
var/datum/devotion/cleric_holder/C = new /datum/devotion/cleric_holder(H, H.PATRON)
//Paladins start with more devotion, to cast spells, but can't pray to unlock more abilities
C.update_devotion(80)
C.grant_spells
C.holder_mob = H
C.grant_spells(H)
H.verbs += list(/mob/living/carbon/human/proc/devotionreport)

0 comments on commit a17fbb9

Please sign in to comment.