Changeset 1598
- Timestamp:
- 07/03/08 22:04:29 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/games/minionsofmirth/v1/testing/mud/world/zone.py
r1595 r1598 117 117 if player.role.name not in ("Guardian","Immortal"): 118 118 if player.enteringWorld: 119 player.enteringWorld = False120 119 for p in self.players: 121 120 p.sendGameText(RPG_MSG_GAME_BLUE, \ … … 138 137 r'%s has entered the zone.\n'%player.charName) 139 138 139 # If the player was logging in and not zoning, we still need to reset 140 # the flag denoting him/her entering the world. 141 player.enteringWorld = False 142 140 143 141 144 #we use queue to keep dynamic zones alive

