Sha256: bbcf59cc9e55ff030aa5071708f25c0d5b2ae98b3de43c9d0d7d4764e8eb54f1

Contents?: true

Size: 386 Bytes

Versions: 2

Compression:

Stored size: 386 Bytes

Contents

script '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

2 entries across 2 versions & 1 rubygems

Version Path
gamefic-sdk-1.7.0 scripts/standard/entities/rubble.plot.rb
gamefic-sdk-1.6.0 scripts/standard/entities/rubble.plot.rb