- Added broken icon state for virology console.

- Raised the chance to cure brainrot and GBS, lowered the chance to teleport for wizarditis.
- Made Pandemic console buildable (and unbuildable) and placed the circuitboard in technical storage.
- Replacement lights crate can be ordered in QM.
- Added space cleaner and hand labeler to Virology.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@346 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
panurgomatic
2010-10-22 18:40:01 +00:00
parent 7ef9efe122
commit d2c6d75773
9 changed files with 87 additions and 44 deletions
+3 -4
View File
@@ -30,9 +30,8 @@
affected_mob.emote("stare")
if(prob(2))
affected_mob.emote("drool")
if(prob(10))
if(affected_mob.brainloss<=98) //shouldn't retard you to death now
affected_mob.brainloss += 2
if(prob(10) && affected_mob.brainloss<=98)//shouldn't retard you to death now
affected_mob.brainloss += 2
affected_mob.updatehealth()
if(prob(2))
affected_mob << "\red Your try to remember something important...but can't."
@@ -51,7 +50,7 @@
affected_mob.updatehealth()
if(prob(2))
affected_mob << "\red Your head hurts." */
if(prob(15))
if(prob(15) && affected_mob.brainloss<=98) //shouldn't retard you to death now
affected_mob.brainloss +=3
affected_mob.updatehealth()
if(prob(2))
+1
View File
@@ -5,6 +5,7 @@
spread_type = CONTACT_GENERAL
cure = "Synaptizine & Sulfur"
cure_id = list("synaptizine","sulfur")
cure_chance = 15//higher chance to cure, since two reagents are required
agent = "Gravitokinetic Bipotential SADS+"
affected_species = list("Human")
curable = 0
+2 -2
View File
@@ -45,7 +45,7 @@ STI KALY - blind
return
if(prob(2))
affected_mob << "\red You feel [pick("the tidal wave of raw power building inside","that this location gives you a +2 to INT and +1 to WIS","an urge to teleport")]."
if(prob(5))
if(prob(2))
teleport()
return
@@ -129,4 +129,4 @@ STI KALY - blind
affected_mob.loc = pick(L)
smoke.start()
//Apparently it created a lagspike every time it was called -- Urist
return
return