Removes qdel from mob unit tests.

Speeds up Unit Testing for mobs instead of taking 1 second per test.
This commit is contained in:
ccomp5950
2016-01-10 00:35:19 -05:00
parent 50423af7a5
commit b5a8ca6e22
-3
View File
@@ -49,7 +49,6 @@ datum/unit_test/human_breath/check_result()
else
fail("Mob is not taking oxygen damage. Damange is [ending_oxyloss]")
qdel(H)
return 1 // return 1 to show we're done and don't want to recheck the result.
// ============================================================================
@@ -211,8 +210,6 @@ datum/unit_test/mob_damage/start_test()
else
pass(msg)
qdel(H)
return 1
// =================================================================