Skip to content

Commit

Permalink
bugfix: examine catatonics runtime (ss220-space#4217)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidPotroh authored Jan 15, 2024
1 parent c926194 commit 9cfe17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/examine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
if(dna.species.can_be_pale && blood_volume < BLOOD_VOLUME_PALE && ((get_covered_bodyparts() & FULL_BODY) != FULL_BODY))
msg += "[p_they(TRUE)] [p_have()] pale skin.\n"

var/datum/antagonist/vampire/vampire_datum = mind.has_antag_datum(/datum/antagonist/vampire)
var/datum/antagonist/vampire/vampire_datum = mind?.has_antag_datum(/datum/antagonist/vampire)
if(istype(vampire_datum) && vampire_datum.draining)
msg += "<B>[p_they(TRUE)] bit into [vampire_datum.draining]'s neck with his fangs.\n</B>"

Expand Down

0 comments on commit 9cfe17b

Please sign in to comment.