Skip to content

Commit

Permalink
Update rust_lore.dm (#9857)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyranicranger4 authored Sep 20, 2023
1 parent 3dda880 commit 9e39602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/antagonists/heretic/knowledge/rust_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@

/datum/heretic_knowledge/rust_mark/proc/on_mansus_grasp(mob/living/source, mob/living/target)
SIGNAL_HANDLER

target.apply_status_effect(/datum/status_effect/heretic_mark/rust)
if(isliving(target))
target.apply_status_effect(/datum/status_effect/heretic_mark/rust)

/datum/heretic_knowledge/rust_mark/proc/on_eldritch_blade(mob/living/user, mob/living/target)
SIGNAL_HANDLER
Expand Down

0 comments on commit 9e39602

Please sign in to comment.