Changeset 148
- Timestamp:
- 04/26/08 20:42:59 (2 years ago)
- Files:
-
- 1 modified
-
adventure/thing.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adventure/thing.py
r147 r148 166 166 target = player 167 167 if target: 168 if not action['count'] or target.inventory.count(params) < count:168 if not action['count'] or target.inventory.count(params) < action['count']: 169 169 target.inventory.append(params) 170 170 # <use target="target">object</give>
