From 2b1b7e0157053ddce91398d8d4523c16744d765c Mon Sep 17 00:00:00 2001 From: UndeadZeratul Date: Wed, 24 Apr 2024 18:35:31 -0500 Subject: [PATCH] Update to target latest 4.12 HDest main --- zscript.zsc | 2 +- zscript/Hexadoken/Items/DedicatedMedicalScanner.zsc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;