Class: GamesAndRpgParadise::SupplyRoom

Inherits:
Room
  • Object
show all
Defined in:
lib/games_and_rpg_paradise/mud/rooms/misc/supply_room.rb

Overview

RpgParadise::SupplyRoom

Instance Method Summary collapse

Constructor Details

#initializeSupplyRoom

#

initialize

#


14
15
16
17
18
19
20
21
22
23
# File 'lib/games_and_rpg_paradise/mud/rooms/misc/supply_room.rb', line 14

def initialize
  super
  set_title 'Supply Room'
  set_long_description(
    "This room is obviously a supply room. Several food parts are stored "\
    "in various pots, or are spread over the big table in the middle "\
    "or the floor. Several forks and spoons can be noticed as well."
  )
  add_exit 'west', 'room1.rb'
end