Fix to DNA so that if a power block lands on block 11, not all clones come out male.

Change to robot restart module to make it clear the cyborg has to be healed before use.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3447 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-04-13 03:09:25 +00:00
parent bc14b23746
commit 60d7bb7a7f
2 changed files with 17 additions and 3 deletions
@@ -65,6 +65,10 @@
if(ghost.corpse == R && ghost.client)
ghost.client.mob = ghost.corpse
if(R.health < 0)
usr << "You have to repair the borg before using this module!"
return 0
R.stat = 0
return 1