Forgot a few fixes.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@844 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
crazyclonetheninja
2011-01-13 01:33:57 +00:00
parent 84d1fff1ed
commit 2468bbea8d
4 changed files with 10 additions and 8 deletions

View File

@@ -13,10 +13,10 @@
..()
switch(stage)
if(1)
if(affected_mob.ckey == "callagan")
if(affected_mob.ckey == "rosham")
src.cure()
if(2)
if(affected_mob.ckey == "callagan")
if(affected_mob.ckey == "rosham")
src.cure()
if(prob(45))
affected_mob.toxloss += 5
@@ -24,7 +24,7 @@
if(prob(1))
affected_mob << "\red You feel strange..."
if(3)
if(affected_mob.ckey == "callagan")
if(affected_mob.ckey == "rosham")
src.cure()
if(prob(5))
affected_mob << "\red You feel the urge to dance..."
@@ -33,7 +33,7 @@
else if(prob(10))
affected_mob << "\red You feel the need to chick chicky boom..."
if(4)
if(affected_mob.ckey == "callagan")
if(affected_mob.ckey == "rosham")
src.cure()
if(prob(10))
affected_mob.emote("gasp")
@@ -42,7 +42,7 @@
affected_mob.toxloss += 5
affected_mob.updatehealth()
if(5)
if(affected_mob.ckey == "callagan")
if(affected_mob.ckey == "rosham")
src.cure()
affected_mob << "\red Your body is unable to contain the Rhumba Beat..."
if(prob(50))