TG: - Player panel new now has a link to the traitor panel for players, labeled as

TP
- Player panel new will now properly display all antagonists in red
- Added a link to 'check antagonist' to the top of Player panel new.
- Removed some copied, unused files
- Added a default variable to fake insulated gloves for the siemens coefficient.
Do not ever set it to default to null! It will break any place where
initial(var) is used!
Revision: r3528
Author: 	 baloh.matevz
This commit is contained in:
Erthilo
2012-05-06 19:32:40 +01:00
parent 53d03a49b6
commit 10924ae90b
6 changed files with 10 additions and 4448 deletions
+9 -3
View File
@@ -1237,9 +1237,15 @@ var/global/BSACooldown = 0
sleep(2)
cl.jumptomob(M)
if (href_list["traitor_panel_pp"])
var/mob/M = locate(href_list["traitor_panel_pp"])
if(isnull(M))
usr << "Mob doesn't seem to exist."
return
if(!ismob(M))
usr << "This doen't seem to be a mob."
return
show_traitor_panel(M)
if (href_list["BlueSpaceArtillery"])
var/mob/M = locate(href_list["BlueSpaceArtillery"])