This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
feast
Watch
1
Star
0
Fork
1
Code
Issues
2
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
Add some logging to try and track down a bug
vintage
Fen Dweller
5 years ago
parent
52aa95e317
commit
e23679cd3f
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/components/Statblock.vue
+ 1
- 0
src/components/Statblock.vue
View File
@@ -82,6 +82,7 @@ import 'tippy.js/dist/tippy.css'
ContainerView
ContainerView
},
},
data () {
data () {
console.log([NoAI, RandomAI])
return {
return {
POV: POV,
POV: POV,
ais: [NoAI, RandomAI]
ais: [NoAI, RandomAI]
Write
Preview
Loading…
Cancel
Save