Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Jan 17, 2025
1 parent 473797b commit 167fdc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nexus.lic
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class Nexus

def sacrifice(resources)
case DRC.bput("sacrifice nexus #{resources}",
/^You reach out, sensing the latent nexus and attempt to forge a connection with it/,
/^You've recently sacrificed to empower a nexus. You should wait a while before doing so again/,
/^You sense the energies of the nexus here are still intact/)
/^You reach out, sensing the latent nexus and attempt to forge a connection with it/,
/^You've recently sacrificed to empower a nexus. You should wait a while before doing so again/,
/^You sense the energies of the nexus here are still intact/)
when /You reach out, sensing the latent nexus and attempt to forge a connection with it/
UserVars.last_nexus = Time.now
return true
Expand Down

0 comments on commit 167fdc4

Please sign in to comment.