diff --git a/baystation12.dme b/baystation12.dme index 275329ea332..4e137824e88 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -250,7 +250,6 @@ #define FILE_DIR "icons/vending_icons" #define FILE_DIR "interface" #define FILE_DIR "maps" -#define FILE_DIR "maps/backup" #define FILE_DIR "maps/RandomZLevels" #define FILE_DIR "sound" #define FILE_DIR "sound/AI" @@ -858,6 +857,7 @@ #include "code\modules\admin\create_turf.dm" #include "code\modules\admin\holder2.dm" #include "code\modules\admin\IsBanned.dm" +#include "code\modules\admin\mod_panel.dm" #include "code\modules\admin\NewBan.dm" #include "code\modules\admin\newbanjob.dm" #include "code\modules\admin\player_notes.dm" diff --git a/code/modules/admin/mod_panel.dm b/code/modules/admin/mod_panel.dm new file mode 100644 index 00000000000..4d2d5364c8c --- /dev/null +++ b/code/modules/admin/mod_panel.dm @@ -0,0 +1,315 @@ + +//this is a direct copy paste of player_panel_new +/datum/admins/proc/mod_panel() + if (!usr.client.holder) + return + var/dat = "
|
+ Player panel + Hover over a line to see more information - Check antagonists + + |
+
| + Search: + | +
|
+
+
+ [M_name] - [M_rname] - [M_key] ([M_job])
+
+ + |
+
|
- Player panel - Hover over a line to see more information - Check antagonists - - |
-
| - Search: - | -
|
-
-
- [M_name] - [M_rname] - [M_key] ([M_job])
-
- - |
-