Facehugger overhaul

They now function like landmines. They don't move, but you can pick them up and throw them at people.
Eggs now grow gradually and you can harvest a hugger from a grown egg.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2438 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2011-10-28 17:17:01 +00:00
parent 9bb5f06ea0
commit c0d8adf42f
21 changed files with 918 additions and 679 deletions
+2 -2
View File
@@ -64,10 +64,10 @@
if(G.client)
if(G.client.be_alien)
if(((G.client.inactivity/10)/60) <= 5)
if(G.corpse) //hopefully will make adminaliums possible --Urist
if(G.corpse)
if(G.corpse.stat==2)
candidates.Add(G)
if(!G.corpse) //hopefully will make adminaliums possible --Urist
if(!G.corpse)
candidates.Add(G)
if(candidates.len)
var/mob/dead/observer/G = pick(candidates)