Updates more paths, for example obj/stuff to /obj/stuff

This commit is contained in:
Firecage
2015-05-31 17:48:33 +02:00
parent 84e8690ec6
commit f79e0fc1aa
83 changed files with 240 additions and 240 deletions

View File

@@ -856,7 +856,7 @@ var/global/floorIsLava = 0
//Kicks all the clients currently in the lobby. The second parameter (kick_only_afk) determins if an is_afk() check is ran, or if all clients are kicked
//defaults to kicking everyone (afk + non afk clients in the lobby)
//returns a list of ckeys of the kicked clients
proc/kick_clients_in_lobby(var/message, var/kick_only_afk = 0)
/proc/kick_clients_in_lobby(var/message, var/kick_only_afk = 0)
var/list/kicked_client_names = list()
for(var/client/C in clients)
if(istype(C.mob, /mob/new_player))