From: Timothy Bennett Date: 2006-03-21T02:10:54+09:00 Subject: Re: [QUIZ] Space Merchant (#71) James (or whoever else is doing station.rb), how are you representing cargo and passengers, and where are you putting them in the player? I was just starting to work on classes to represent items and people that can be found and/or used on planets, and realized that there may be a bit of overlap between items found on planets and bought at stations, so they should at least be the same duck type. I was thinking that they'd be stored in player[:cargo] and player[:passengers] Tim