Message2846

Author greg
Recipients
Date 2014-07-08.20:00:05
Content
I made a review request for this.

But the HandleInventoryScreen() displays the text "You can not use the inventory
while paralyzed." if the player left click while the inventory screen is visible.
This create messages even if the left click has nothing to do with the inventory
(eg. attacking an enemy or talking to a friendly bot).
I think the checking and the messages should be done only once it is sure the
player wants to use the inventory.
This would allow more precise messages like "You can not change equipment while
paralyzed." and "You can not pick up an item while paralyzed." (Case 1.2 and 1.3)

A message for attacks not possible because Tux is busy could be added in
tux_wants_to_attack_now() in the condition checking if Tux is busy.
History
Date User Action Args
2014-07-08 20:00:05gregsetmessageid: <1404849605.45.0.159993965624.issue682@freedroid.org>
2014-07-08 20:00:05greglinkissue682 messages
2014-07-08 20:00:05gregcreate