Replaces antag intro text and objective announcement with a proc.

This commit is contained in:
Zuhayr
2014-07-30 21:36:31 +09:30
parent e885fc8115
commit f2393d9465
19 changed files with 63 additions and 159 deletions

View File

@@ -86,11 +86,7 @@
M << "<B>You have joined the ranks of the Syndicate and become a traitor to the station!</B>"
message_admins("[N]/([N.ckey]) has accepted a traitor objective from a syndicate beacon.")
var/obj_count = 1
for(var/datum/objective/OBJ in M.mind.objectives)
M << "<B>Objective #[obj_count]</B>: [OBJ.explanation_text]"
obj_count++
show_objectives(M.mind)
src.add_fingerprint(usr)
src.updateUsrDialog()