Added citizenship, faction, religion and home system to character generation.

This commit is contained in:
Zuhayr
2014-08-01 22:05:38 +09:30
parent 202398d0e2
commit 1bd8b7baf0
5 changed files with 112 additions and 0 deletions

View File

@@ -330,6 +330,9 @@
if(character.mind.assigned_role != "Cyborg")
data_core.manifest_inject(character)
ticker.minds += character.mind//Cyborgs and AIs handle this in the transform proc. //TODO!!!!! ~Carn
//Grab some data from the character prefs for use in random news procs.
AnnounceArrival(character, rank, join_message)
else