Sha256: b0ea1138596dec22011a48739b3f50eb486e1583b9ebac7a5748126acd48b26b

Contents?: true

Size: 183 Bytes

Versions: 1

Compression:

Stored size: 183 Bytes

Contents

respond :drop, Query::Children.new(Clothing) do |actor, clothing|
  if clothing.attached?
    actor.perform :doff, clothing
  end
  if !clothing.attached?
    actor.proceed
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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