mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user