Skip to content

Commit

Permalink
Update code/modules/mob/living/simple_animal/hostile/megafauna/blood_…
Browse files Browse the repository at this point in the history
…drunk_miner.dm

Co-authored-by: Rerik007 <[email protected]>
  • Loading branch information
dobryninss and Rerik007 authored Jan 23, 2024
1 parent 1e043a9 commit e70a5ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Difficulty: Medium
if(!ishuman(user))
return
if(slot == slot_wear_suit)
user.mind.AddSpell(new /obj/effect/proc_holder/spell/blood_suit(null))
user.mind?.AddSpell(new /obj/effect/proc_holder/spell/blood_suit(null))

/obj/item/clothing/suit/hooded/explorer/blood/dropped(mob/living/carbon/human/user)
. = ..()
Expand Down

0 comments on commit e70a5ae

Please sign in to comment.