diff --git a/zscript.zsc b/zscript.zsc index 72fcad1..3a4c1cf 100644 --- a/zscript.zsc +++ b/zscript.zsc @@ -1,4 +1,4 @@ -Version "4.10" +Version "4.12" const HDLD_4MMBOSS = ""; const HDLD_9MMBOSS = ""; diff --git a/zscript/Hexadoken/Items/DedicatedMedicalScanner.zsc b/zscript/Hexadoken/Items/DedicatedMedicalScanner.zsc index ae068fd..f47eafd 100644 --- a/zscript/Hexadoken/Items/DedicatedMedicalScanner.zsc +++ b/zscript/Hexadoken/Items/DedicatedMedicalScanner.zsc @@ -189,14 +189,14 @@ class HDScanner:HDWoundFixer{ if( !bldw.depth+frandom(-thrownoff,thrownoff) &&!bldw.patched - &&!bldw.sealed + &&!bldw.healing )continue; string ams= (rowcount?" ":"\n") .."\cg"..string.format("%.1f",bldw.depth).."\cc/\ck".. string.format("%.1f",bldw.patched+frandom(-thrownoff,thrownoff)).."\cc/\cu".. - string.format("%.1f",bldw.sealed) + string.format("%.1f",bldw.healing) ; openwounds=openwounds.." "..ams;