Skip to content

Commit

Permalink
TG: - Runtime fix for admins using the traitor panel before the round…
Browse files Browse the repository at this point in the history
… starts

Revision: r3570
Author: 	 johnsonmt88
  • Loading branch information
wishmandible committed May 10, 2012
1 parent 9b33446 commit 3c9b734
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/datums/mind.dm
Expand Up @@ -46,6 +46,10 @@ datum/mind
recipient << browse(output,"window=memory")

proc/edit_memory()
if(!ticker || !ticker.mode)
alert("Not before round-start!", "Alert")
return

var/out = "<B>[current.real_name]</B><br>"
out += "Assigned role: [assigned_role]. <a href='?src=\ref[src];role_edit=1'>Edit</a><br>"
out += "Factions and special roles:<br>"
Expand Down

0 comments on commit 3c9b734

Please sign in to comment.