We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9330c15 commit 8646a81Copy full SHA for 8646a81
1 file changed
events.js
@@ -1,7 +1,7 @@
1
// events.js - Contains all event definitions for the simulation
2
3
// Event pool array to store all events
4
-const eventPool = [
+const events = [
5
//Event 1: Master Death
6
{
7
id: "event_kill_master",
0 commit comments