Sha256: adae9d0418dfdec0f0b7fa11451847bcb9c521863fe041d4b94fab5f984575cd

Contents?: true

Size: 425 Bytes

Versions: 8

Compression:

Stored size: 425 Bytes

Contents

# frozen_string_literal: true

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

8 entries across 8 versions & 1 rubygems

Version Path
gamefic-standard-3.3.0 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-3.2.4 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-3.2.3 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-3.2.2 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-3.2.1 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-3.2.0 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-3.1.0 lib/gamefic-standard/entities/rubble.rb
gamefic-standard-3.0.0 lib/gamefic-standard/entities/rubble.rb