Added some debug code to hunt down the cause of some inexplicable gibbing.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@311 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-10-18 05:06:06 +00:00
parent 420810b5ad
commit 5c3275dc9d
+3 -1
View File
@@ -1873,6 +1873,7 @@
return temperature
/mob/proc/gib(give_medal)
if (istype(src, /mob/dead/observer))
var/virus = src.virus
gibs(src.loc, virus)
@@ -1910,10 +1911,11 @@
robogibs(src.loc, virus)
else
gibs(src.loc, virus)
CRASH("Generating error messages to attempt to fix random gibbins.")
sleep(15)
del(src)
/mob/proc/get_contents()
var/list/L = list()
L += src.contents