mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Removes some words to avoid possible problems with github terms of service (#8695)
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user