mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
Removes qdel from mob unit tests.
Speeds up Unit Testing for mobs instead of taking 1 second per test.
This commit is contained in:
@@ -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
|
||||
|
||||
// =================================================================
|
||||
|
||||
Reference in New Issue
Block a user