-Larva grow a little faster (an extra growth per life) when on weeds or when breathing in plasma.

-Observer following is cancelled when there's no client.
-Made facehuggers/eggs a little smarter. They won't try to go after people with masks covering their mouths (as that kills them), however when they're thrown they will still try to attach to the person.
-Improved alien stats(). You'll be able to see the max plasma and larva will see the escape shuttle.
-Blessing with a fire extinguisher wasn't working because of the volume check. Removed the check.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4842 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-10-10 19:56:51 +00:00
parent 4d74a9f252
commit 5a93673762
8 changed files with 53 additions and 48 deletions
+2 -3
View File
@@ -2709,9 +2709,8 @@ datum
return
reaction_turf(var/turf/simulated/T, var/volume)
if(volume >= 3)
if(!istype(T)) return
T.Bless()
if(!istype(T)) return
T.Bless()
tequilla
name = "Tequila"