Removed mind.original

All usage of it on silicons is replaced by is_special_character()
is_special_character moved from admin.dm to mob_helpers.dm
Also fixed a runtime having to do with objectives.
This commit is contained in:
MrPerson
2013-03-11 05:40:21 -07:00
parent f74d0c50bc
commit a88b30ab31
14 changed files with 77 additions and 65 deletions
+1 -4
View File
@@ -78,7 +78,6 @@
if(mind)
mind.transfer_to(O)
O.mind.original = O
else
O.key = key
@@ -157,9 +156,7 @@
if(mind) //TODO
mind.transfer_to(O)
if(O.mind.assigned_role == "Cyborg")
O.mind.original = O
else if(mind.special_role)
if(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
O.key = key