mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
more merge fixes
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -17,6 +17,15 @@ var/global/floorIsLava = 0
|
|||||||
C << msg
|
C << msg
|
||||||
|
|
||||||
|
|
||||||
|
/proc/msg_admin_attack(var/text) //Toggleable Attack Messages
|
||||||
|
var/rendered = "<span class=\"admin\"><span class=\"prefix\">ADMIN LOG:</span> <span class=\"message\">[text]</span></span>"
|
||||||
|
log_adminwarn(rendered)
|
||||||
|
for (var/client/C in admin_list)
|
||||||
|
if (C)
|
||||||
|
if(!C.STFU_atklog)
|
||||||
|
var/msg = rendered
|
||||||
|
C << msg
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////Panels
|
///////////////////////////////////////////////////////////////////////////////////////////////Panels
|
||||||
|
|
||||||
/datum/admins/proc/show_player_panel(var/mob/M in mob_list)
|
/datum/admins/proc/show_player_panel(var/mob/M in mob_list)
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
var/activeslot = 1 //Default active slot!
|
var/activeslot = 1 //Default active slot!
|
||||||
var/STFU_ghosts //80+ people rounds are fun to admin when text flies faster than airport security
|
var/STFU_ghosts //80+ people rounds are fun to admin when text flies faster than airport security
|
||||||
var/STFU_radio //80+ people rounds are fun to admin when text flies faster than airport security
|
var/STFU_radio //80+ people rounds are fun to admin when text flies faster than airport security
|
||||||
|
var/STFU_atklog = 0
|
||||||
|
|
||||||
///////////////
|
///////////////
|
||||||
//SOUND STUFF//
|
//SOUND STUFF//
|
||||||
|
|||||||
Reference in New Issue
Block a user