Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tales of MajEyal
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
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
Show more breadcrumbs
Nick Moran
Tales of MajEyal
Commits
e0222dca
Commit
e0222dca
authored
9 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
safety check
parent
b7236e2a
No related branches found
Branches containing commit
Tags
tome-1.3.0
tome-1.3.0-release
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/dialogs/PartySendItem.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/dialogs/PartySendItem.lua
with
1 addition
and
1 deletion
game/modules/tome/dialogs/PartySendItem.lua
+
1
−
1
View file @
e0222dca
...
...
@@ -65,7 +65,7 @@ function _M:generateList()
local
list
=
{}
for
i
,
act
in
ipairs
(
game
.
party
.
m_list
)
do
if
not
act
.
no_inventory_access
and
act
~=
game
.
player
then
if
not
act
.
no_inventory_access
and
act
~=
game
.
player
and
act
:
getInven
(
act
.
INVEN_INVEN
)
then
list
[
#
list
+
1
]
=
{
name
=
act
.
name
..
(
act
:
canAddToInven
(
act
.
INVEN_INVEN
)
and
""
or
" #YELLOW#[NO ROOM]#LAST#"
),
actor
=
act
}
end
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