Weapon dicing and unlimited reload moved to debug only.

master
Icedream 2016-04-10 21:36:58 +02:00
parent e40dab1a8e
commit dc0cf1ee51
1 changed files with 3 additions and 1 deletions

View File

@ -617,8 +617,10 @@ handleSeeker() {
player.maxhealth = 280;
player.health = 280;
/#
player thread enableUnlimitedReload();
player thread enableWeaponDicing("+actionslot 3");
player thread enableWeaponDicing("+actionslot 2");
#/
player thread giveHelpfulHintsForSeeker();
}