URL:
  <http://gna.org/bugs/?func=detailitem&item_id=2577>

                 Summary: Can change weapon during your turn !
                 Project: Wormux
            Submitted by: gentildemon
            Submitted on: dim 03.07.2005 à 17:23
                Category: game rules
                Priority: 7 - High
                Severity: 5 - Blocker
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open

    _______________________________________________________

Details:

You can change weapon whatever is the selected weapon !

For example, take the gun, shoot 2 times, then take the uzi, then you can
take the gun again, shoot 4 times, then take the gun again, ...

Here is the the bug : 
bool Weapon::CanChangeWeapon() const
{
  return true;
  if (m_can_change_weapon == true) return true ;
  return false;
}

But if you delete the first "return true", you never can select a weapon !!






    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?func=detailitem&item_id=2577>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


Reply via email to