Port Bay's silicon law manager

This commit is contained in:
Markolie
2015-08-31 02:18:49 +02:00
parent f10a4de9c6
commit 5dc034719d
40 changed files with 1499 additions and 940 deletions
+3 -1
View File
@@ -1162,7 +1162,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
set name = "Debug Mob Lists"
set desc = "For when you just gotta know"
switch(input("Which list?") in list("Players","Admins","Mobs","Living Mobs","Dead Mobs", "Clients","Respawnable Mobs"))
switch(input("Which list?") in list("Players","Admins","Mobs","Living Mobs","Dead Mobs","Silicons","Clients","Respawnable Mobs"))
if("Players")
usr << list2text(player_list,",")
if("Admins")
@@ -1173,6 +1173,8 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
usr << list2text(living_mob_list,",")
if("Dead Mobs")
usr << list2text(dead_mob_list,",")
if("Silicons")
usr << list2text(silicon_mob_list,",")
if("Clients")
usr << list2text(clients,",")
if("Respawnable Mobs")