This commit is contained in:
SandPoot
2024-01-16 18:00:55 -03:00
588 changed files with 3455 additions and 2654 deletions
+3 -3
View File
@@ -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"