Advertisement
intangibles

Untitled

Jul 20th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.25 KB | None | 0 0
  1.  
  2.   if line =~ /[He|She] had an? \S+ crystal-edged/
  3.     @crysal_weapon = nil
  4.     GameObj.loot.find {|i| @crystal_weapon = i if i.name =~ /crystal-edged/}
  5.     fput "_drag ##{@crystal_weapon.id} ##{GameObj[/sack/].id}" if !@crystal_weapon.nil?
  6.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement