Recoded flashbangs/empnades slightly.

AIs now have a 50% chance to actually get the sender correct if they intercept a PDA message.
Moved Paint and DNAInjectors into their own files
edit_player renamed to show_player_panel 
Cleaned up the grille code a bit


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2007 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-08-12 21:57:09 +00:00
parent 7012df9b00
commit c03b746cc1
15 changed files with 601 additions and 628 deletions

View File

@@ -714,7 +714,7 @@
if (href_list["adminplayeropts"])
var/mob/M = locate(href_list["adminplayeropts"])
edit_player(M)
show_player_panel(M)
if (href_list["jumpto"])
if(rank in list("Badmin", "Game Admin", "Game Master"))
@@ -1516,9 +1516,9 @@
///////////////////////////////////////////////////////////////////////////////////////////////Panels
/obj/admins/proc/edit_player(var/mob/M in world)
/obj/admins/proc/show_player_panel(var/mob/M in world)
set category = "Admin"
set name = "Edit player"
set name = "Show Player Panel"
set desc="Edit player (respawn, ban, heal, etc)"
if(!M)
usr << "You seem to be selecting a mob that doesn't exist anymore."