summaryrefslogtreecommitdiff
path: root/changes.txt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-02-04 10:44:10 +0100
committerBardur Arantsson <bardur@scientician.net>2010-02-04 10:44:10 +0100
commit655308482200fb624b51246b50aa6866750e9c78 (patch)
tree88beb8221f042d418cc12c2126a249c08b9b126c /changes.txt
parent41e92514ef709db9985696b941ca170064f4f74c (diff)
Remove the "low on fuel" check for light sources when entering overland travel mode.
The code already doesn't require any light equipped and this can cause extremely unfair and out-of-the-blue deaths when the player's light source is cursed.
Diffstat (limited to 'changes.txt')
-rw-r--r--changes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt
index 4aeef8a7..97a5b78f 100644
--- a/changes.txt
+++ b/changes.txt
@@ -2,6 +2,9 @@ T.o.M.E 2.3.8 (ah)
- Change "molten glass wall" to use a different internal code to
hopefully avoid clashes with modules such as Theme.
+- Removed the check on low fuel on your light source when traveling.
+ It doesn't make sense since you can already travel without any light
+ equipped.
T.o.M.E 2.3.7 (ah)