Antag Contest Update (#1029)

Fixes #881
Contest: Fix assigning of self
Fix objective hoarding

Preferences Helpers
So we have an easier way of keeping track who's represented where and how.

Add aggressive objectives and remove passive ones.
This commit is contained in:
skull132
2016-10-02 23:11:53 +03:00
committed by GitHub
parent 4c7e1eb595
commit 2fc96f13b4
6 changed files with 77 additions and 7 deletions
-1
View File
@@ -167,7 +167,6 @@
if ("logie")
if (config.sql_stats && href_list["ie_data"])
testing("Data recovered: [href_list["ie_data"]]")
var/list/data = json_decode(href_list["ie_data"])
data["_ckey"] = src.ckey
if (data.len != 7)
+2
View File
@@ -406,6 +406,8 @@
if (!faction) faction = "None"
if (!religion) religion = "None"
load_character_contest(slot)
return 1
/datum/preferences/proc/save_character_sql(var/client/C)