diff Core.lua @ 17:71fc79846a5d

nuke db without having to exit game printouts for more things populate random is working killing bugs
author John@Doomsday
date Fri, 09 Mar 2012 13:26:56 -0500
parents dbfb8f2052b6
children bf3e94bc3bf5
line wrap: on
line diff
--- a/Core.lua	Thu Mar 08 12:49:17 2012 -0500
+++ b/Core.lua	Fri Mar 09 13:26:56 2012 -0500
@@ -113,7 +113,6 @@
             return
         end
         local person = FixPersonName(param[2])
-        bsk:Print(string.format("Fixed player name %s to %s",param[2],person))
         bsk:SuicidePerson(person,param[3])
     elseif param[1] == "lists" then
         if param[2] == nil or param[2] == "" then
@@ -136,6 +135,8 @@
             return
         end
         bsk:TrimLists(param[2])
+    elseif param[1] == "selfdestruct" then
+        bsk:SelfDestruct()
     end
 
     --if self.frame == nil then