mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-30 12:03:11 +00:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user