Disable crate drops in HedgeEditor scheme
authorWuzzy <Wuzzy2@mail.ru>
Sat, 10 Feb 2018 15:37:47 +0100
changeset 12961 1940f662b8c5
parent 12960 e20660b0c3cf
child 12962 52c12029c7bd
Disable crate drops in HedgeEditor scheme
QTfrontend/model/ammoSchemeModel.cpp
--- a/QTfrontend/model/ammoSchemeModel.cpp	Sat Feb 10 15:36:01 2018 +0100
+++ b/QTfrontend/model/ammoSchemeModel.cpp	Sat Feb 10 15:37:47 2018 +0100
@@ -649,7 +649,7 @@
             << QVariant(9999)          // turn time      27
             << QVariant(100)           // init health    28
             << QVariant(50)            // sudden death   29
-            << QVariant(5)             // case prob      30
+            << QVariant(0)             // case prob      30
             << QVariant(3)             // mines time     31
             << QVariant(0)             // mines number   32
             << QVariant(0)             // mine dud pct   33