Weapon dicing and unlimited reload moved to debug only.
parent
e40dab1a8e
commit
dc0cf1ee51
|
@ -617,8 +617,10 @@ handleSeeker() {
|
||||||
player.maxhealth = 280;
|
player.maxhealth = 280;
|
||||||
player.health = 280;
|
player.health = 280;
|
||||||
|
|
||||||
|
/#
|
||||||
player thread enableUnlimitedReload();
|
player thread enableUnlimitedReload();
|
||||||
player thread enableWeaponDicing("+actionslot 3");
|
player thread enableWeaponDicing("+actionslot 2");
|
||||||
|
#/
|
||||||
player thread giveHelpfulHintsForSeeker();
|
player thread giveHelpfulHintsForSeeker();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue