-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved the examination strings from land-mines.ftl to armable.ftl.
- Loading branch information
Franz - Josef Björck
committed
Dec 20, 2024
1 parent
8737dff
commit 7410cb9
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
examine-armed = {CAPITALIZE(THE($name))} is [color=red]armed[/color]. | ||
examine-not-armed = {CAPITALIZE(THE($name))} needs to be armed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
land-mine-triggered = You step on the { $mine }! | ||
land-mine-verb-begin = Arm | ||
land-mine-armed = {CAPITALIZE(THE($name))} is [color=red]armed[/color]. | ||
land-mine-not-armed = {CAPITALIZE(THE($name))} needs to be armed. |