Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
tome
Tales of MajEyal
Commits
034e8930
Commit
034e8930
authored
9 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
fixes
parent
5a23a615
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
game/engines/default/engine/BootErrorHandler.lua
+1
-0
1 addition, 0 deletions
game/engines/default/engine/BootErrorHandler.lua
game/modules/tome/class/Object.lua
+3
-2
3 additions, 2 deletions
game/modules/tome/class/Object.lua
ideas/todo
+1
-0
1 addition, 0 deletions
ideas/todo
with
5 additions
and
2 deletions
game/engines/default/engine/BootErrorHandler.lua
+
1
−
0
View file @
034e8930
...
...
@@ -30,6 +30,7 @@ function _M:init(errs, mod)
-- I like to fak'it fak'it !
self
.
__mod_info
=
mod
_G
.
game
=
self
UIBase
.
ui
=
"dark"
-- Force load definitions of UI to be able to display the error
for
_
,
file
in
ipairs
(
fs
.
list
(
"/data/gfx/ui/definitions"
))
do
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/class/Object.lua
+
3
−
2
View file @
034e8930
...
...
@@ -1703,9 +1703,10 @@ function _M:getTextualDesc(compare_with, use_actor)
if
self
.
on_type
then
desc
:
add
(
"Attach on item of type '"
,
{
"color"
,
"ORANGE"
},
self
.
on_type
,
{
"color"
,
"LAST"
},
"'"
,
true
)
end
if
self
.
on_slot
then
desc
:
add
(
"Attach on item worn on slot '"
,
{
"color"
,
"ORANGE"
},
self
.
on_slot
:
lower
():
gsub
(
'_'
,
'
'
),
{
"color"
,
"LAST"
},
"'"
,
true
)
end
if
self
.
object_tinker
and
self
.
object_tinker
.
wielder
then
if
self
.
object_tinker
and
(
self
.
object_tinker
.
combat
or
self
.
object_tinker
.
wielder
)
then
desc
:
add
({
"color"
,
"YELLOW"
},
"When attach to an other item:"
,
{
"color"
,
"LAST"
},
true
)
desc_wielder
(
self
.
object_tinker
,
compare_with
,
"wielder"
)
if
self
.
object_tinker
.
combat
then
desc_combat
(
self
.
object_tinker
,
compare_with
,
"combat"
)
end
if
self
.
object_tinker
.
wielder
then
desc_wielder
(
self
.
object_tinker
,
compare_with
,
"wielder"
)
end
end
end
...
...
This diff is collapsed.
Click to expand it.
ideas/todo
+
1
−
0
View file @
034e8930
* more varied ID levels
* RSS feed of events in a character's life, exportable to FB
* auto-leveling for beginners/lazy
* sleep => replace all talents with spcial dream talents, freeze all tmp effects
...
...
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