diff --git a/zscript/gretchencounter.zs b/zscript/gretchencounter.zs index 97bfc30..2d03f19 100644 --- a/zscript/gretchencounter.zs +++ b/zscript/gretchencounter.zs @@ -84,7 +84,7 @@ class GretchenCounter : HDWeapon weaponstatus[KGC_BATTERY] > 0) { // Discharge rate: 1/1000 chance per tick. - int r = random(0, 4000); + int r = random(0, 16000); if(r < 2) { weaponstatus[KGC_BATTERY] -= 1; }