Skip to content

Commit

Permalink
Merge pull request #1748 from elanthia-online/overwatch-v1.3.1
Browse files Browse the repository at this point in the history
[overwatch.lic] v1.3.1 fix for Ruby constant redefinition warning
  • Loading branch information
mrhoribu authored Jan 20, 2025
2 parents 9e74aa8 + 257a6df commit c3bf412
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/overwatch.lic
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
contributors: FarFigNewGut, Nisugi
game: Gemstone
tags: hunting, target, hidden, bandits
version: 1.3.0
version: 1.3.1
Improvements:
v1.3.1 (2025-01-18)
- fix for constant redefinition Ruby warning
v1.3.0 (2024-11-15)
- added detection of Covert Arts - Keen Eye
- bugfix OverWatch.push_revealed_targets to not push into GameObj.npcs if already exists
Expand Down Expand Up @@ -38,7 +40,7 @@ module OverWatch
@hidden_targets = nil
@debug = false

HIDING_REGEX = Regexp.union(
HIDING_REGEX ||= Regexp.union(
/<pushBold\/>\w+ <a exist="\d+" noun="\w+">[^<]+<\/a><popBold\/> slips into hiding\./,
/flies out of the shadows toward you\!/, # You being attacked
/A faint silvery light flickers from the shadows\./, # Hidden Bandits
Expand Down

0 comments on commit c3bf412

Please sign in to comment.