Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Jul 9, 2024
1 parent 9faa6a5 commit 0fe1b2d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Project/Beacon.xojo_project
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ Class=ArkSASettingsListElement;Views/ArkSA/Config Editors/General Settings/ArkSA
DesktopWindow=ArkSASettingsListStringElement;Views/ArkSA/Config Editors/General Settings/ArkSASettingsListStringElement.xojo_window;&h00000000704077FF;&h000000005ED247FF;false
DesktopWindow=ArkSASettingsListNumberElement;Views/ArkSA/Config Editors/General Settings/ArkSASettingsListNumberElement.xojo_window;&h000000004791D7FF;&h000000005ED247FF;false
DesktopWindow=ArkSASettingsListBooleanElement;Views/ArkSA/Config Editors/General Settings/ArkSASettingsListBooleanElement.xojo_window;&h0000000065B8AFFF;&h000000005ED247FF;false
DesktopWindow=ArkSASetupTransferrableElementDialog;Views/ArkSA/Config Editors/Crafting Costs/ArkSASetupTransferrableElementDialog.xojo_window;&h0000000060F5DFFF;&h000000004C7377FF;false
DesktopWindow=ArkSASetupTransferableElementDialog;Views/ArkSA/Config Editors/Crafting Costs/ArkSASetupTransferableElementDialog.xojo_window;&h0000000060F5DFFF;&h000000004C7377FF;false
DesktopWindow=ArkSASettingsListHeader;Views/ArkSA/Config Editors/General Settings/ArkSASettingsListHeader.xojo_window;&h0000000008A73FFF;&h000000005ED247FF;false
DesktopWindow=IdentityDecryptDialog;Views/Identity Window/IdentityDecryptDialog.xojo_window;&h000000002C33E7FF;&h000000005A59DFFF;false
DesktopWindow=IdentityView;Views/Identity Window/IdentityView.xojo_window;&h000000005C2BA7FF;&h000000005A59DFFF;false
Expand All @@ -467,7 +467,7 @@ Class=ResizedSearchField;Modules/UITweaks/ResizedSearchField.xojo_code;&h0000000
Class=TimingTracker;Classes/TimingTracker.xojo_code;&h000000005463FFFF;&h00000000056D5FFF;false
DesktopWindow=DocumentVersionListWindow;Views/Main Window Components/Documents/DocumentVersionListWindow.xojo_window;&h0000000010679FFF;&h000000005E2867FF;false
Class=IntegrationTransfer;Modules/Beacon/IntegrationTransfer.xojo_code;&h00000000028C9FFF;&h0000000055ADDFFF;false
DesktopWindow=ArkSetupTransferrableElementDialog;Views/Ark/Config Editors/Crafting Costs/ArkSetupTransferrableElementDialog.xojo_window;&h0000000063BA87FF;&h00000000068D0FFF;false
DesktopWindow=ArkSetupTransferableElementDialog;Views/Ark/Config Editors/Crafting Costs/ArkSetupTransferableElementDialog.xojo_window;&h0000000063BA87FF;&h00000000068D0FFF;false
Class=NewsItem;Data Model/NewsItem.xojo_code;&h0000000014D48FFF;&h000000007CAFFFFF;false
DesktopWindow=ArkEngramControlSettingsView;Views/Ark/Config Editors/Engram Control/ArkEngramControlSettingsView.xojo_window;&h0000000074525FFF;&h0000000045FF37FF;false
DesktopWindow=ArkSpoilTimersEditor;Views/Ark/Config Editors/Decay and Spoil/ArkSpoilTimersEditor.xojo_window;&h000000001E4C97FF;&h000000001D543FFF;false
Expand Down
2 changes: 1 addition & 1 deletion Project/Modules/Game Support/Ark/Configs.xojo_code
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Protected Module Configs
Tools.ResizeTo(-1)
Tools.Add(New Ark.ProjectTool("Adjust Crafting Costs", "6600245b-54b4-4b85-8f26-3792084ca2fa", NameCraftingCosts))
Tools.Add(New Ark.ProjectTool("Setup Fibercraft Server", "94eced5b-be7d-441a-a5b3-f4a9bf40a856", NameCraftingCosts))
Tools.Add(New Ark.ProjectTool("Setup Transferrable Element", "3db64fe3-9134-4a19-a255-7712c8c70a83", NameCraftingCosts))
Tools.Add(New Ark.ProjectTool("Setup Transferable Element", "3db64fe3-9134-4a19-a255-7712c8c70a83", NameCraftingCosts))
Tools.Add(New Ark.ProjectTool("Convert Creature Replacements to Spawn Point Additions", "614cfc80-b7aa-437d-b17e-01534f2ab778", NameCreatureSpawns, NameCreatureAdjustments))
Tools.Add(New Ark.ProjectTool("Quick Edit Creature Spawns", "8913bca3-fbae-43bd-a94b-7c3ac06b6ca1", NameCreatureSpawns))
#if False
Expand Down
2 changes: 1 addition & 1 deletion Project/Modules/Game Support/ArkSA/Configs.xojo_code
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Protected Module Configs
Tools.ResizeTo(-1)
Tools.Add(New ArkSA.ProjectTool("Adjust Crafting Costs", "6600245b-54b4-4b85-8f26-3792084ca2fa", NameCraftingCosts))
Tools.Add(New ArkSA.ProjectTool("Setup Fibercraft Server", "94eced5b-be7d-441a-a5b3-f4a9bf40a856", NameCraftingCosts))
Tools.Add(New ArkSA.ProjectTool("Setup Transferrable Element", "3db64fe3-9134-4a19-a255-7712c8c70a83", NameCraftingCosts))
Tools.Add(New ArkSA.ProjectTool("Setup Transferable Element", "3db64fe3-9134-4a19-a255-7712c8c70a83", NameCraftingCosts))
Tools.Add(New ArkSA.ProjectTool("Convert Creature Replacements to Spawn Point Additions", "614cfc80-b7aa-437d-b17e-01534f2ab778", NameCreatureSpawns, NameCreatureAdjustments))
Tools.Add(New ArkSA.ProjectTool("Quick Edit Creature Spawns", "8913bca3-fbae-43bd-a94b-7c3ac06b6ca1", NameCreatureSpawns))
#if False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ End
Case "94eced5b-be7d-441a-a5b3-f4a9bf40a856"
Self.CreateFibercraftServer()
Case "3db64fe3-9134-4a19-a255-7712c8c70a83"
Self.SetupTransferrableElement()
Self.SetupTransferableElement()
Case "6600245b-54b4-4b85-8f26-3792084ca2fa"
If ArkAdjustIngredientDialog.Present(Self, Self.Project) Then
Self.Modified = True
Expand Down Expand Up @@ -539,9 +539,9 @@ End
#tag EndMethod

#tag Method, Flags = &h21
Private Sub SetupTransferrableElement()
Private Sub SetupTransferableElement()
Var Config As Ark.Configs.CraftingCosts = Self.Config(False)
If ArkSetupTransferrableElementDialog.Present(Self, Config, Self.Project.ContentPacks) Then
If ArkSetupTransferableElementDialog.Present(Self, Config, Self.Project.ContentPacks) Then
Call Self.Config(True) // Forces adding the config to the file
Self.UpdateList()
Self.Modified = Config.Modified
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#tag DesktopWindow
Begin BeaconDialog ArkSetupTransferrableElementDialog
Begin BeaconDialog ArkSetupTransferableElementDialog
Backdrop = 0
BackgroundColor = &cFFFFFF00
Composite = False
Expand All @@ -20,7 +20,7 @@ Begin BeaconDialog ArkSetupTransferrableElementDialog
MinimumHeight = 296
MinimumWidth = 600
Resizeable = False
Title = "Setup Transferrable Element"
Title = "Setup Transferable Element"
Type = 8
Visible = True
Width = 600
Expand All @@ -47,7 +47,7 @@ Begin BeaconDialog ArkSetupTransferrableElementDialog
TabIndex = 0
TabPanelIndex = 0
TabStop = True
Text = "Setup Transferrable Element"
Text = "Setup Transferable Element"
TextAlignment = 0
TextColor = &c00000000
Tooltip = ""
Expand Down Expand Up @@ -80,7 +80,7 @@ Begin BeaconDialog ArkSetupTransferrableElementDialog
TabIndex = 1
TabPanelIndex = 0
TabStop = True
Text = "This tool will add or change the crafting costs necessary to make element transferrable. Most admins choose to use soap as the intermediate ingredient. This means 1 soap would require 1 element to craft. Then 100 shards would be crafted from 1 soap. And finally the normal 1 element is crafted from 100 shards. This allows the element to be transferred as soap without prohibiting shards being turned into element."
Text = "This tool will add or change the crafting costs necessary to make element transferable. Most admins choose to use soap as the intermediate ingredient. This means 1 soap would require 1 element to craft. Then 100 shards would be crafted from 1 soap. And finally the normal 1 element is crafted from 100 shards. This allows the element to be transferred as soap without prohibiting shards being turned into element."
TextAlignment = 0
TextColor = &c00000000
Tooltip = ""
Expand Down Expand Up @@ -331,7 +331,7 @@ End
Return False
End If

Var Win As New ArkSetupTransferrableElementDialog(Config, ContentPacks)
Var Win As New ArkSetupTransferableElementDialog(Config, ContentPacks)
Win.ShowModal(Parent)
Var Cancelled As Boolean = Win.mCancelled
Win.Close
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ End
Case "94eced5b-be7d-441a-a5b3-f4a9bf40a856"
Self.CreateFibercraftServer()
Case "3db64fe3-9134-4a19-a255-7712c8c70a83"
Self.SetupTransferrableElement()
Self.SetupTransferableElement()
Case "6600245b-54b4-4b85-8f26-3792084ca2fa"
If ArkSAAdjustIngredientDialog.Present(Self, Self.Project) Then
Self.Modified = True
Expand Down Expand Up @@ -537,9 +537,9 @@ End
#tag EndMethod

#tag Method, Flags = &h21
Private Sub SetupTransferrableElement()
Private Sub SetupTransferableElement()
Var Config As ArkSA.Configs.CraftingCosts = Self.Config(False)
If ArkSASetupTransferrableElementDialog.Present(Self, Config, Self.Project.ContentPacks) Then
If ArkSASetupTransferableElementDialog.Present(Self, Config, Self.Project.ContentPacks) Then
Call Self.Config(True) // Forces adding the config to the file
Self.UpdateList()
Self.Modified = Config.Modified
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#tag DesktopWindow
Begin BeaconDialog ArkSASetupTransferrableElementDialog
Begin BeaconDialog ArkSASetupTransferableElementDialog
Backdrop = 0
BackgroundColor = &cFFFFFF00
Composite = False
Expand Down Expand Up @@ -542,7 +542,7 @@ End
Return False
End If

Var Win As New ArkSASetupTransferrableElementDialog(Config, ContentPacks)
Var Win As New ArkSASetupTransferableElementDialog(Config, ContentPacks)
Win.ShowModal(Parent)
Var Cancelled As Boolean = Win.mCancelled
Win.Close
Expand Down Expand Up @@ -644,7 +644,7 @@ End
#tag Constant, Name = ButtonRefreshNow, Type = String, Dynamic = True, Default = \"Rebuild Now", Scope = Protected
#tag EndConstant

#tag Constant, Name = DialogTitle, Type = String, Dynamic = True, Default = \"Setup Transferrable Element", Scope = Protected
#tag Constant, Name = DialogTitle, Type = String, Dynamic = True, Default = \"Setup Transferable Element", Scope = Protected
#tag EndConstant

#tag Constant, Name = ErrorNoElementExplanation, Type = String, Dynamic = True, Default = \"Beacon could not find Element in its database. Would you like Beacon to rebuild its blueprints database\?", Scope = Protected
Expand All @@ -659,7 +659,7 @@ End
#tag Constant, Name = ErrorNoShardsMessage, Type = String, Dynamic = True, Default = \"Could not find element shards", Scope = Protected
#tag EndConstant

#tag Constant, Name = Explanation, Type = String, Dynamic = True, Default = \"This tool will add or change the crafting costs necessary to make element transferrable. Most admins choose to use soap as the intermediate ingredient. This means 1 soap would require 1 element to craft. Then 100 shards would be crafted from 1 soap. And finally the normal 1 element is crafted from 100 shards. This allows the element to be transferred as soap without prohibiting shards being turned into element.", Scope = Protected
#tag Constant, Name = Explanation, Type = String, Dynamic = True, Default = \"This tool will add or change the crafting costs necessary to make element transferable. Most admins choose to use soap as the intermediate ingredient. This means 1 soap would require 1 element to craft. Then 100 shards would be crafted from 1 soap. And finally the normal 1 element is crafted from 100 shards. This allows the element to be transferred as soap without prohibiting shards being turned into element.", Scope = Protected
#tag EndConstant

#tag Constant, Name = LabelElementIngredient, Type = String, Dynamic = True, Default = \"Element Item:", Scope = Protected
Expand Down

0 comments on commit 0fe1b2d

Please sign in to comment.