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
ef32ad47
Commit
ef32ad47
authored
12 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
plop
git-svn-id:
http://svn.net-core.org/repos/t-engine4@6476
51575b47-30f0-44d4-a5cc-537603b46e54
parent
b4e27a0a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
game/engines/default/engine/Target.lua
+0
-3
0 additions, 3 deletions
game/engines/default/engine/Target.lua
game/modules/tome/data/talents/celestial/glyphs.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/data/talents/celestial/glyphs.lua
with
1 addition
and
4 deletions
game/engines/default/engine/Target.lua
+
0
−
3
View file @
ef32ad47
...
...
@@ -370,9 +370,6 @@ function _M:getType(t)
elseif
t
.
type
:
find
(
"beam"
)
then
target_type
.
line
=
true
end
if
t
.
type
:
find
(
"trap"
)
then
target_type
.
stop_last
=
true
end
end
table
.
update
(
t
,
target_type
)
return
t
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/data/talents/celestial/glyphs.lua
+
1
−
1
View file @
ef32ad47
...
...
@@ -34,7 +34,7 @@ newTalent{
getDazeDuration
=
function
(
self
,
t
)
return
3
+
self
:
getTalentLevelRaw
(
t
)
end
,
getDuration
=
function
(
self
,
t
)
return
5
+
self
:
getTalentLevel
(
t
)
end
,
action
=
function
(
self
,
t
)
local
tg
=
{
type
=
"
trap
"
,
nowarning
=
true
,
range
=
self
:
getTalentRange
(
t
),
nolock
=
true
,
talent
=
t
}
local
tg
=
{
type
=
"
hit
"
,
nowarning
=
true
,
range
=
self
:
getTalentRange
(
t
),
nolock
=
true
,
talent
=
t
}
local
tx
,
ty
=
self
:
getTarget
(
tg
)
if
not
tx
or
not
ty
then
return
nil
end
local
_
_
,
tx
,
ty
=
self
:
canProject
(
tg
,
tx
,
ty
)
...
...
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