* Sets the "dropped on non-player turn" flag. This is set when the item is dropped in the battlescape * or picked up in the inventory screen. * @param flag True if the aliens dropped the item. */
| 515 | * @param flag True if the aliens dropped the item. |
| 516 | */ |
| 517 | void BattleItem::setTurnFlag(bool flag) |
| 518 | { |
| 519 | _droppedOnAlienTurn = flag; |
| 520 | } |
| 521 | |
| 522 | /** |
| 523 | * Converts an unconscious body into a dead one. |