mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
[MIRROR] now dead dog, cannots lick u [MDB IGNORE] (#15849)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user