Mostly a behind-the-scenes change, stuffing someone's brain into a cyborg body now causes the mind datum to transfer over to the new body. This should prevent such shenanigans as cloning a borged guy to suck the player back to the fleshy side of life.

Given that the mind datum is where traitors store their objectives (and how assassination targets are tracked), I have gone to some effort to ensure that, much like people currently in the thunderdome, people that are borgs still get counted as being dead. Also, borgs cannot succeed at hijack/escape objectives. If you find this to not be the case, PLEASE REPORT IT.

Borging a changeling now ends the round, much like cremating/gibbing them does.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@962 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-02-05 04:35:12 +00:00
parent e3f4cb8618
commit 37ca6b2c40
7 changed files with 23 additions and 5 deletions
@@ -413,6 +413,7 @@ mob/new_player
new_character.dna.ready_dna(new_character)
if(mind)
mind.transfer_to(new_character)
mind.original = new_character
return new_character
+1
View File
@@ -83,6 +83,7 @@
O.lastKnownIP = src.client.address
mind.transfer_to(O)
O.mind.original = O
var/obj/loc_landmark
for(var/obj/landmark/start/sloc in world)