mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Antag Competition Implementation (#703)
Nominating for worst code 2016 Adds in custom objectives for the antag competition Adds in a verb for players to assign their character's allegiences and to later edit them Adds in a verb for players to request objectives relating to the contest Adds in the logging of contest results Modifies the objective system to facilitate objectives that require regular checking (such as the brigging one, which was not functional up until now)
This commit is contained in:
@@ -165,6 +165,11 @@
|
||||
if ("webint")
|
||||
src.open_webint()
|
||||
|
||||
// Antag contest shit
|
||||
if (href_list["contest_action"] && config.antag_contest_enabled)
|
||||
src.process_contest_topic(href_list)
|
||||
return
|
||||
|
||||
..() //redirect to hsrc.()
|
||||
|
||||
/client/proc/handle_spam_prevention(var/message, var/mute_type)
|
||||
|
||||
Reference in New Issue
Block a user