Sha256: e391c6340d6803967f13dff4514bb70c72e35c6be0d042b60a7c05c18d0a60dd
Contents?: true
Size: 136 Bytes
Versions: 2
Compression:
Stored size: 136 Bytes
Contents
module ParentRoom def room p = parent while !p.kind_of?(Room) and !p.nil? p = p.parent end p end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gamefic-sdk-1.7.0 | scripts/standard/modules/parent-room.plot.rb |
gamefic-sdk-1.6.0 | scripts/standard/modules/parent-room.plot.rb |