log src/parpg/objects/action.py @ 175:c50a7adeae85

age author description
Sun, 09 Oct 2011 20:50:01 +0200 KarstenBock Changed DropItemFromContainerAction to work with components.
Sun, 09 Oct 2011 14:43:47 +0200 KarstenBock ReplaceItem in UseAction will now delete the old object from the database and the world.
Sun, 09 Oct 2011 13:31:08 +0200 KarstenBock Fixed UseAction.
Sat, 08 Oct 2011 14:19:35 +0200 KarstenBock Changed BrewBeerAction to work with components.
Fri, 07 Oct 2011 14:43:42 +0200 KarstenBock PickUpAction now calls updateObjectDB of the GameModel class.
Fri, 07 Oct 2011 14:36:36 +0200 KarstenBock Fixed that dropped items cannot be picked up.
Fri, 07 Oct 2011 14:15:06 +0200 KarstenBock Fixed that items in the player characters inventory could not be dropped.