diff -r fbe203c1d11e -r 0818d14e90be QTfrontend/model/ammoSchemeModel.cpp --- a/QTfrontend/model/ammoSchemeModel.cpp Thu Oct 03 12:22:12 2013 -0400 +++ b/QTfrontend/model/ammoSchemeModel.cpp Thu Oct 03 14:47:33 2013 -0400 @@ -64,6 +64,7 @@ << QVariant(5) // health dec amt 38 << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 + << QVariant(0) // world edge 41 ; AmmoSchemeModel::AmmoSchemeModel(QObject* parent, const QString & fileName) : @@ -128,6 +129,7 @@ << "healthdecrease" // 38 << "ropepct" // 39 << "getawaytime" // 40 + << "worldedge" // 41 ; QList proMode; @@ -173,6 +175,7 @@ << QVariant(5) // health dec amt 38 << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 + << QVariant(0) // world edge 41 ; QList shoppa; @@ -218,6 +221,7 @@ << QVariant(5) // health dec amt 38 << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 + << QVariant(0) // world edge 41 ; QList cleanslate; @@ -263,6 +267,7 @@ << QVariant(5) // health dec amt 38 << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 + << QVariant(0) // world edge 41 ; QList minefield; @@ -308,6 +313,7 @@ << QVariant(5) // health dec amt 38 << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 + << QVariant(0) // world edge 41 ; QList barrelmayhem; @@ -353,6 +359,7 @@ << QVariant(5) // health dec amt 38 << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 + << QVariant(0) // world edge 41 ; QList tunnelhogs; @@ -398,6 +405,7 @@ << QVariant(5) // health dec amt 38 << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 + << QVariant(0) // world edge 41 ; QList forts; @@ -443,6 +451,7 @@ << QVariant(5) // health dec amt 38 << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 + << QVariant(0) // world edge 41 ; QList timeless; @@ -488,6 +497,7 @@ << QVariant(0) // health dec amt 38 << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 + << QVariant(0) // world edge 41 ; QList thinkingportals; @@ -533,6 +543,7 @@ << QVariant(5) // health dec amt 38 << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 + << QVariant(0) // world edge 41 ; QList kingmode; @@ -578,6 +589,7 @@ << QVariant(5) // health dec amt 38 << QVariant(100) // rope modfier 39 << QVariant(100) // get away time 40 + << QVariant(0) // world edge 41 ;