Just a bit more work on the space movement and added a few more blob icons.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2312 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-10-02 07:03:42 +00:00
parent e68eb82a8f
commit 500ccd462d
12 changed files with 393 additions and 397 deletions
@@ -17,6 +17,8 @@
corpse = body
verbs += /mob/dead/observer/proc/reenter_corpse
/mob/dead/CanPass(atom/movable/mover, turf/target, height=0, air_group=0)
return 1
/*
Transfer_mind is there to check if mob is being deleted/not going to have a body.
Works together with spawning an observer, noted above.