Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
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
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
Otowa Kotori
Tales of MajEyal
Commits
038a0c8b
Commit
038a0c8b
authored
7 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
debug items are not in transmog chest
parent
b4cbe7d4
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/dialogs/debug/CreateItem.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/dialogs/debug/CreateItem.lua
with
1 addition
and
1 deletion
game/modules/tome/dialogs/debug/CreateItem.lua
+
1
−
1
View file @
038a0c8b
...
...
@@ -255,7 +255,7 @@ function _M:acceptObject(obj, actor)
-- choose where to put object (default is current actor's inventory)
local
d
=
Dialog
:
multiButtonPopup
(
"Place Object"
,
"Place the object where?"
,
{{
name
=
(
"Inventory of %s%s"
):
format
(
actor
.
name
,
actor
.
player
and
" #LIGHT_GREEN#(player)#LAST#"
or
""
),
choice
=
"player"
,
fct
=
function
(
sel
)
if
not
obj
.
quest
and
not
obj
.
plot
then
obj
.
__transmo
=
true
end
--
if not obj.quest and not obj.plot then obj.__transmo = true end
actor
:
addObject
(
actor
.
INVEN_INVEN
,
obj
)
game
.
zone
:
addEntity
(
game
.
level
,
obj
,
"object"
)
_M
.
findObject
(
self
,
obj
,
actor
)
...
...
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