[MIRROR] now dead dog, cannots lick u [MDB IGNORE] (#15849)

This commit is contained in:
SkyratBot
2022-08-26 23:41:25 +02:00
committed by GitHub
parent 1c79ce7b84
commit 43c7cb8345

View File

@@ -97,6 +97,11 @@
/datum/ai_controller/dog/proc/on_attack_hand(datum/source, mob/living/user)
SIGNAL_HANDLER
var/mob/living/living_pawn = pawn
var/additional_text = HAS_TRAIT(user, TRAIT_NAIVE) ? "It looks like [living_pawn.p_theyre()] sleeping." : "[living_pawn.p_they(capitalized = TRUE)] seem[living_pawn.p_s()] to be dead."
if(living_pawn.stat == DEAD)
to_chat(user, span_warning("Touching [living_pawn], you feel [living_pawn.p_their()] cold skin through the fur. [additional_text]"))
return
if(user.combat_mode)
unfriend(user)
else