Skip to content

Commit

Permalink
Merge pull request #1356 from Deysh/eloot-updates
Browse files Browse the repository at this point in the history
update get_regex for unique messaging
  • Loading branch information
mrhoribu authored Nov 24, 2023
2 parents b2bfbbd + a41c55d commit d59810d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/eloot.lic
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
contributors: SpiffyJr, Athias, Demandred, Tysong, Deysh, Ondreian
game: Gemstone
tags: loot
version: 1.6.11
version: 1.6.12
Improvements:
v1.6.11 (2023-11-19)
- check to make sure box is locked when using locksmith
v1.6.12 (2023-11-24)
- update get_regex for unique messaging
=end
=begin
v1.6.11 (2023-11-19)
- check to make sure box is locked when using locksmith
v1.6.10 (2023-11-03)
- bugfix to use eonake gauntlet with correct hand
- bugfix for sewer rat sack
Expand Down Expand Up @@ -1520,7 +1522,7 @@ module ELoot
@exclude = @settings[:loot_exclude].map { |r| r.is_a?(String) ? Regexp.new(r) : r }

@get_regex = Regexp.union(
/^You (?:shield the opening of .*? from view as you |discreetly |carefully |deftly )?(?:remove|draw|grab|reach|slip|tuck|retrieve|already have|unsheathe|detach|swap|sling)/,
/^You (?:shield the opening of .*? from view as you |discreetly |carefully |deftly |slowly )?(?:remove|draw|grab|reach|slip|tuck|retrieve|already have|unsheathe|detach|swap|sling)/,
/^Get what\?$/,
/^Why don't you leave some for others\?$/,
/^You need a free hand/,
Expand Down

0 comments on commit d59810d

Please sign in to comment.