Fixes Epilepsy Having Epilepsy (#13563)

This commit is contained in:
Fox McCloud
2020-06-07 16:57:11 -06:00
committed by GitHub
parent 73e8781b0a
commit fad4b8aafb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
/datum/dna/gene/disability/epilepsy/OnMobLife(mob/living/carbon/human/H)
if((prob(1) && H.paralysis < 1))
H.visible_message("<span class='danger'>[src] starts having a seizure!</span>","<span class='alert'>You have a seizure!</span>")
H.visible_message("<span class='danger'>[H] starts having a seizure!</span>","<span class='alert'>You have a seizure!</span>")
H.Paralyse(10)
H.Jitter(1000)
+1 -1
View File
@@ -174,7 +174,7 @@
M.update_dna()
M.visible_message("<span class='notice'>[src] morphs and changes [p_their()] appearance!</span>", "<span class='notice'>You change your appearance!</span>", "<span class='warning'>Oh, god! What the hell was that? It sounded like flesh getting squished and bone ground into a different shape!</span>")
M.visible_message("<span class='notice'>[M] morphs and changes [M.p_their()] appearance!</span>", "<span class='notice'>You change your appearance!</span>", "<span class='warning'>Oh, god! What the hell was that? It sounded like flesh getting squished and bone ground into a different shape!</span>")
/datum/dna/gene/basic/grant_spell/remotetalk
name = "Telepathy"