From fad4b8aafb5ed6545e8ad9e225593e111428a608 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Sun, 7 Jun 2020 18:57:11 -0400 Subject: [PATCH] Fixes Epilepsy Having Epilepsy (#13563) --- code/game/dna/genes/disabilities.dm | 2 +- code/game/dna/genes/vg_powers.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/dna/genes/disabilities.dm b/code/game/dna/genes/disabilities.dm index 48ffb648121..8b8a86009b9 100644 --- a/code/game/dna/genes/disabilities.dm +++ b/code/game/dna/genes/disabilities.dm @@ -65,7 +65,7 @@ /datum/dna/gene/disability/epilepsy/OnMobLife(mob/living/carbon/human/H) if((prob(1) && H.paralysis < 1)) - H.visible_message("[src] starts having a seizure!","You have a seizure!") + H.visible_message("[H] starts having a seizure!","You have a seizure!") H.Paralyse(10) H.Jitter(1000) diff --git a/code/game/dna/genes/vg_powers.dm b/code/game/dna/genes/vg_powers.dm index cc54d817752..9092448e398 100644 --- a/code/game/dna/genes/vg_powers.dm +++ b/code/game/dna/genes/vg_powers.dm @@ -174,7 +174,7 @@ M.update_dna() - M.visible_message("[src] morphs and changes [p_their()] appearance!", "You change your appearance!", "Oh, god! What the hell was that? It sounded like flesh getting squished and bone ground into a different shape!") + M.visible_message("[M] morphs and changes [M.p_their()] appearance!", "You change your appearance!", "Oh, god! What the hell was that? It sounded like flesh getting squished and bone ground into a different shape!") /datum/dna/gene/basic/grant_spell/remotetalk name = "Telepathy"