stop this nonsense
This commit is contained in:
@@ -35,11 +35,11 @@
|
||||
H = new(T)
|
||||
startOxyloss = H.getOxyLoss()
|
||||
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
/datum/unit_test/space_suffocation/check_result()
|
||||
if(H.life_tick < 10)
|
||||
return 0
|
||||
return FALSE
|
||||
|
||||
endOxyloss = H.getOxyLoss()
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
Fail("Human mob is not taking oxygen damage in space. (Before: [startOxyloss]; after: [endOxyloss])")
|
||||
|
||||
qdel(H)
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
/datum/unit_test/belly_nonsuffocation
|
||||
name = "MOB: human mob does not suffocate in a belly"
|
||||
|
||||
Reference in New Issue
Block a user