Changeset 134
- Timestamp:
- 04/26/08 14:48:49 (23 months ago)
- Files:
-
- 1 modified
-
adventure/player.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adventure/player.py
r131 r134 110 110 the specified role and affiliation 111 111 """ 112 if role:112 if not role: 113 113 if self.is_npc: 114 114 role = 'participant'
