Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genie_logiciel_2015
the_dungeon_project
Commits
fce9dd36
Commit
fce9dd36
authored
Jan 06, 2016
by
Theodore Lopez
Browse files
Change exception
parent
50931477
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/core/abilities/effects/EffectBuilder.java
View file @
fce9dd36
...
...
@@ -265,7 +265,7 @@ public class EffectBuilder implements Serializable{
@Override
public
void
effect
(
List
<
Integer
>
targetCharacterIDList
,
GameContent
gameContent
,
int
casterCharacterID
){
throw
new
Security
Exception
();
throw
new
Runtime
Exception
(
"Unreachable trap trigger"
);
}
};
}
...
...
src/graphics/guiSkeleton/guiPanel/menuPanel/GameWinPanel.java
View file @
fce9dd36
...
...
@@ -15,7 +15,7 @@ import java.awt.event.ActionEvent;
import
java.awt.event.ActionListener
;
/**
* Created by
dupri
ez on 0
1
/01/16.
* Created by
tlop
ez on 0
6
/01/16.
*/
public
class
GameWinPanel
extends
MenuPanel
implements
GameOverPanelAbstraction
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment