Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tales of MajEyal Borked
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Simon André Curtis
Tales of MajEyal Borked
Commits
889290c7
Commit
889290c7
authored
10 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
Fixed Infinite Dungeon having most creatures poison immune
parent
38281592
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/data/zones/infinite-dungeon/npcs.lua
+2
-1
2 additions, 1 deletion
game/modules/tome/data/zones/infinite-dungeon/npcs.lua
with
2 additions
and
1 deletion
game/modules/tome/data/zones/infinite-dungeon/npcs.lua
+
2
−
1
View file @
889290c7
...
...
@@ -67,5 +67,6 @@ end
for
i
,
zone
in
ipairs
(
fs
.
list
(
"/data/zones/"
))
do
local
file
=
"/data/zones/"
..
zone
..
"/npcs.lua"
if
fs
.
exists
(
file
)
and
not
zone
:
find
(
"infinite%-dungeon"
)
then
loadOuter
(
file
)
end
-- if fs.exists(file) and not zone:find("infinite%-dungeon") then loadOuter(file) end
if
fs
.
exists
(
file
)
and
not
zone
:
find
(
"infinite%-dungeon"
)
and
not
zone
:
find
(
"noxious%-caldera"
)
then
loadOuter
(
file
)
end
--Bug fix
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment