Removes some words to avoid possible problems with github terms of service (#8695)

This commit is contained in:
Alberyk
2020-04-22 16:29:56 -03:00
committed by GitHub
parent a91fed131a
commit 084d38fe2f
12 changed files with 14 additions and 22 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
affected_mob.emote("stare")
if(prob(2))
affected_mob.emote("drool")
if(prob(10))//shouldn't retard you to death now
if(prob(10))
affected_mob.adjustBrainLoss(2, 55)
affected_mob.updatehealth()
if(prob(2))
@@ -50,7 +50,7 @@
affected_mob.updatehealth()
if(prob(2))
to_chat(affected_mob, "<span class='notice'>Your head hurts.</span>" */
if(prob(15)) //shouldn't retard you to death now
if(prob(15))
affected_mob.adjustBrainLoss(3, 55)
affected_mob.updatehealth()
if(prob(2))
+1 -1
View File
@@ -9,7 +9,7 @@
affected_species = list("Human")
curable = 1
permeability_mod = 0.75
desc = "Some speculate, that this virus is the cause of Wizard Federation existance. Subjects affected show the signs of mental retardation, yelling obscure sentences or total gibberish. On late stages subjects sometime express the feelings of inner power, and, cite, 'the ability to control the forces of cosmos themselves!' A gulp of strong, manly spirits usually reverts them to normal, humanlike, condition."
desc = "Some speculate, that this virus is the cause of Wizard Federation existance. Subjects yell obscure sentences or total gibberish. On late stages subjects sometime express the feelings of inner power, and, cite, 'the ability to control the forces of cosmos themselves!' A gulp of strong, manly spirits usually reverts them to normal, humanlike, condition."
severity = "Major"