From 167fdc4e8d0433ab765bbcfa5b0b5d7afa1fda4a Mon Sep 17 00:00:00 2001 From: Mahtra <93822896+MahtraDR@users.noreply.github.com> Date: Fri, 17 Jan 2025 22:26:09 +1300 Subject: [PATCH] Rubocop --- nexus.lic | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nexus.lic b/nexus.lic index e2aaa8ca9e..e89e0a5583 100644 --- a/nexus.lic +++ b/nexus.lic @@ -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