Added some SQL stuff from oldcode. Someone should look this over.

This commit is contained in:
SkyMarshal
2012-05-23 16:03:46 -07:00
parent 55aba72896
commit 7e92be62ae
11 changed files with 71 additions and 27 deletions

View File

@@ -47,6 +47,7 @@
/mob/proc/death(gibbed)
timeofdeath = world.time
client.onDeath()
var/cancel = 0
for(var/mob/M in world)

View File

@@ -74,7 +74,7 @@
var/computer_id = null
var/lastattacker = null
var/lastattacked = null
var/attack_log = list( )
var/list/attack_log = list( )
var/already_placed = 0.0
var/obj/machinery/machine = null
var/other_mobs = null