Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/infomon.lic
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ while line = get
$infomon_sleeping = true
elsif line =~ /^Your thoughts slowly come back to you as you find yourself lying on the ground\. You must have been sleeping\.$|^You wake up from your slumber\.$|^You are awoken|^You awake/
$infomon_sleeping = false
elsif line == 'An unseen force envelopes you, restricting all movement.'
elsif line == 'An unseen force envelops you, restricting all movement.'
$infomon_bound = true
elsif line =~ /^The restricting force that envelops you dissolves away\.|^You shake off the immobilization that was restricting your movements!/
$infomon_bound = false
Expand Down