scripts/standard/actions/take.plot.rb in gamefic-sdk-1.5.0 vs scripts/standard/actions/take.plot.rb in gamefic-sdk-1.6.0

- old
+ new

@@ -33,10 +33,10 @@ end thing.parent = actor end end -respond :take, Use.reachable(Gamefic::Rubble) do |actor, rubble| +respond :take, Use.reachable(Rubble) do |actor, rubble| actor.tell "#{you.pronoun.Subj} #{you.contract(you.verb.do + ' not')} have any use for #{the rubble}." end respond :take, Use.text do |actor, text| actor.tell "#{you.pronoun.Subj} #{you.contract(you.verb.do + ' not')} see any \"#{text}\" here."