Add the ability to choose a heir and for heir to takeover

This commit is contained in:
ZomgPonies
2015-11-29 19:52:31 -05:00
parent 127e0027e8
commit a765d4587b
4 changed files with 54 additions and 2 deletions
@@ -280,8 +280,9 @@
stat("Absorbed DNA", mind.changeling.absorbedcount)
if(mind.nation)
stat("Nation Name", mind.nation.current_name)
stat("Nation Leader", mind.nation.current_leader)
stat("Nation Name", "[mind.nation.current_name ? "[mind.nation.current_name]" : "mind.nation.default_name"]")
stat("Nation Leader", "[mind.nation.current_leader ? "[mind.nation.current_leader]" : "None"]")
stat("Nation Heir", "[mind.nation.heir ? "[mind.nation.heir]" : "None"]")
if(istype(loc, /obj/spacepod)) // Spacdpods!