Sha256: 18ffe361b8385ee1adf6a990e702238740701df8b447d383b1719ede0efc97cf

Contents?: true

Size: 430 Bytes

Versions: 6

Compression:

Stored size: 430 Bytes

Contents

# script 'standard/entities/scenery'
require 'gamefic-standard/entities/scenery'

# Rubble is Scenery with slightly modified action responses.
# Intended for things that might be portable but are useless.
# Rule of thumb: Scenery is something that can't be carried,
# like a table or the sky; and Rubble is something that might
# be portable but is otherwise useless, like trash or debris.
#
class Rubble < Scenery
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gamefic-standard-2.4.0 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-2.3.1 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-2.3.0 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-2.2.0 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-2.1.0 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-2.0.0 lib/gamefic-standard/entities/rubble.rb