mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user