Sha256: fd6330cf7de911bd4af61dda91cfd6ffccd294dc8e754874fcaa835976835c73

Contents?: true

Size: 99 Bytes

Versions: 1

Compression:

Stored size: 99 Bytes

Contents

class Clothing < Item
  def worn?
    self.parent.kind_of?(Character) and self.attached?
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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