Skip to content

Commit 8646a81

Browse files
committed
ffs
1 parent 9330c15 commit 8646a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// events.js - Contains all event definitions for the simulation
22

33
// Event pool array to store all events
4-
const eventPool = [
4+
const events = [
55
//Event 1: Master Death
66
{
77
id: "event_kill_master",

0 commit comments

Comments
 (0)