This commit is contained in:
ntr
2019-05-15 17:35:10 +10:00
parent cfb4f3f3b7
commit 64a1129100
4 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ function GamePanel(props) {
{effects}
</div>
<div className="targeting">
<div>></div>
<div>{'<'}</div>
</div>
<figure
className="img"
+1 -1
View File
@@ -79,7 +79,7 @@ function GameCryp(props) {
{skills}
</div>
<div className="targeting">
<div>></div>
<div>{'<'}</div>
</div>
<figure
className="img"
+6 -2
View File
@@ -94,7 +94,10 @@ const game = {
"cd": 1
}
],
"effects": [],
"effects": [{
effect: "Decay",
duration: 2,
}],
"specs": [],
"colours": {
"red": 0,
@@ -238,7 +241,8 @@ const game = {
"cd": 1
}
],
"effects": [],
"effects": [
],
"specs": [],
"colours": {
"red": 0,