Skip to content

Commit

Permalink
Rename qr_evan to lib_evan
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Sep 28, 2023
1 parent d9efbd3 commit e2f7c8a
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/evan/DragonEggNotice.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_No_Egg, "egg") == "" then
Target.Quests.SetRecordEx(QR_Evan_No_Egg, "egg", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/dragonEgg.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

Target.Quests.Complete(QR_Evan_No_Egg)
Target.TransferField(900090103)
2 changes: 1 addition & 1 deletion src/evan/evanroom0.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_Glove, "mo30") == "" then
Target.Quests.SetRecordEx(QR_Evan_Glove, "mo30", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evanroom1.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_Glove, "hand") == "" then
Target.Quests.SetRecordEx(QR_Evan_Glove, "hand", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk00.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_Glove, "mo00") == "" then
Target.Quests.SetRecordEx(QR_Evan_Glove, "mo00", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk01.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_Glove, "mo01") == "" then
Target.Quests.SetRecordEx(QR_Evan_Glove, "mo01", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk02.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_Glove, "mo02") == "" then
Target.Quests.SetRecordEx(QR_Evan_Glove, "mo02", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk10.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_Glove, "mo10") == "" then
Target.Quests.SetRecordEx(QR_Evan_Glove, "mo10", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk11.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_Glove, "mo11") == "" then
Target.Quests.SetRecordEx(QR_Evan_Glove, "mo11", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk20.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_Glove, "mo20") == "" then
Target.Quests.SetRecordEx(QR_Evan_Glove, "mo20", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk21.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_Glove, "mo21") == "" then
Target.Quests.SetRecordEx(QR_Evan_Glove, "mo21", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk40.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_No_Egg, "mo40") == "" then
Target.Quests.SetRecordEx(QR_Evan_No_Egg, "mo40", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk41.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_No_Egg, "mo41") == "" then
Target.Quests.SetRecordEx(QR_Evan_No_Egg, "mo41", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk42.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_No_Egg, "mo42") == "" then
Target.Quests.SetRecordEx(QR_Evan_No_Egg, "mo42", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk50.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_No_Egg, "mo50") == "" then
Target.Quests.SetRecordEx(QR_Evan_No_Egg, "mo50", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/evantalk60.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_No_Egg, "mo60") == "" then
Target.Quests.SetRecordEx(QR_Evan_No_Egg, "mo60", "o")
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/evan/mirtalk00.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_Glove, "dt00") == "" then
Target.Quests.SetRecordEx(QR_Evan_Glove, "dt00", "o")
Expand Down
2 changes: 1 addition & 1 deletion src/evan/mirtalk01.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("qr_evan")
require("lib_evan")

if Target.Quests.GetRecordEx(QR_Evan_Glove, "dt01") == "" then
Target.Quests.SetRecordEx(QR_Evan_Glove, "dt01", "o")
Expand Down

0 comments on commit e2f7c8a

Please sign in to comment.