self.game.add_thing(choice, self.position)
msg = 'here is a gift as a reward for ecological consciousness –'
if choice == 'MusicPlayer':
msg += 'pick it up and then use "command thing" on it!'
elif choice == 'Hat':
msg += 'pick it up and then use "(un-)wear" on it!'
self.game.add_thing(choice, self.position)
msg = 'here is a gift as a reward for ecological consciousness –'
if choice == 'MusicPlayer':
msg += 'pick it up and then use "command thing" on it!'
elif choice == 'Hat':
msg += 'pick it up and then use "(un-)wear" on it!'