mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user