Yet more objective fixes. (#19542)

Target objectives assigned by the role panel now 'work'
This commit is contained in:
MadmanMartian
2018-09-02 13:04:53 +01:00
committed by GitHub
parent 81c83598dc
commit 5ac28253b4
16 changed files with 112 additions and 503 deletions

View File

@@ -7,7 +7,7 @@
return
var/client/CLIENT = usr.client
/*if(href_list["makeAntag"])
if(href_list["makeAntag"])
switch(href_list["makeAntag"])
if("1")
log_admin("[key_name(usr)] has spawned a traitor.")
@@ -53,7 +53,7 @@
log_admin("[key_name(usr)] has spawned vox raiders.")
if(!src.makeVoxRaiders())
to_chat(usr, "<span class='warning'>Unfortunately, there weren't enough candidates available.</span>")
*/
if("announce_laws" in href_list)
var/mob/living/silicon/S = locate(href_list["mob"])