Fixed the xenobio area overlapping into space/added a missing light.

Removed the chance for goo people to SKREEEEEEEEE cause I am pretty sure sreeking is a metroid thing

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5471 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Kortgstation@gmail.com
2013-01-05 10:47:38 +00:00
parent 972a75c5ce
commit 96d4a47027
2 changed files with 478 additions and 478 deletions

View File

@@ -23,7 +23,7 @@
if(copytext(message, 1, 2) != "*")
message = replacetext(message, "s", stutter("ss"))
if(src.dna.mutantrace == "slime" && prob(5))
/*if(src.dna.mutantrace == "slime" && prob(5))
if(copytext(message, 1, 2) != "*")
if(copytext(message, 1, 2) == ";")
message = ";"
@@ -32,7 +32,7 @@
message += "SKR"
var/imax = rand(5,20)
for(var/i = 0,i<imax,i++)
message += "E"
message += "E"*/
if(stat != DEAD)
for(var/datum/disease/pierrot_throat/D in viruses)