Skip to content

Commit

Permalink
sacred flame against objects
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoTomahto committed Feb 10, 2025
1 parent 58be610 commit 6ced439
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/spells/roguetown/acolyte/astrata.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
var/obj/O = targets[1]
if(O.fire_act())
user.visible_message("<font color='yellow'>[user] points at [O], igniting it with sacred flames!</font>")
var/mob/living/carbon/human/C = user
var/datum/devotion/cleric_holder/D = C.cleric
D.update_devotion(25)
return ..()
else
to_chat(user, "<span class='warning'>You point at [O], but it fails to catch fire.</span>")
Expand Down

0 comments on commit 6ced439

Please sign in to comment.