mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Fixes Epilepsy Having Epilepsy (#13563)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user