Since roburger borgs now properly transfer mind datums to the new mob, guess I'd better make sure it adds the same memory that I gave to borged traitors back when I made borging transfer the mind datum, so we don't get derp traitors trying to win after becoming a borg borg (which they can't, borged people are unable to succeed at hijack/escape objectives)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1206 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-03-18 21:58:23 +00:00
parent 54675a802c
commit f89385c59a

View File

@@ -200,6 +200,8 @@
src.mind.transfer_to(O)
if (src.mind.assigned_role == "Cyborg")
src.mind.original = O
else if (src.mind.special_role) O.mind.store_memory("In case you look at this after being borged, the objectives are only here until I find a way to make them not show up for you, as I can't simply delete them without screwing up round-end reporting. --NeoFite")
else //welp
src.mind = new /datum/mind( )
src.mind.key = src.key