Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mobs_monster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
Illuna-Minetest
mobs_monster
Compare revisions
781ac19d09e4df525074c8ef99dd35053cbb9c05 to 74c05ed88dfdfa995fc70f9550f03d5c9022b02a
You need to sign in or sign up before continuing.
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Illuna-Minetest/mobs_monster
Select target project
No results found
74c05ed88dfdfa995fc70f9550f03d5c9022b02a
Select Git revision
Branches
master
Swap
Target
Illuna-Minetest/mobs_monster
Select target project
Illuna-Minetest/mobs_monster
1 result
781ac19d09e4df525074c8ef99dd35053cbb9c05
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
lava_flan: one more wieldlight item that should not be defiened here
· 74c05ed8
Milan
authored
2 years ago
74c05ed8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lava_flan.lua
+1
-1
1 addition, 1 deletion
lava_flan.lua
with
1 addition
and
1 deletion
lava_flan.lua
View file @
74c05ed8
...
@@ -243,7 +243,7 @@ local function wields_torch(player)
...
@@ -243,7 +243,7 @@ local function wields_torch(player)
if
not
item
then
if
not
item
then
return
false
return
false
end
end
return
item
:
get_name
()
==
"mobs:pick_lava"
return
item
:
get_name
()
==
"mobs:pick_lava"
or
item
:
get_name
()
==
"illuna:oathkeeper"
end
end
local
function
wielded_torch
(
name
)
local
function
wielded_torch
(
name
)
...
...
This diff is collapsed.
Click to expand it.