Skip to content

Commit 1895634

Browse files
committed
Update APPlayState.hx
1 parent eee0c27 commit 1895634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/archipelago/APPlayState.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class APPlayState extends PlayState {
136136
override public function create()
137137
{ if (ghostChat) triggerGhostChat();
138138

139-
139+
140140
instance = this; // For traps and items
141141
if (APEntryState.inArchipelagoMode)
142142
{
@@ -1104,7 +1104,7 @@ class APPlayState extends PlayState {
11041104
}
11051105
];
11061106

1107-
addEffect("freeze");
1107+
// addEffect("freeze");
11081108

11091109
debugKeysDodge = ClientPrefs.keyBinds.get('dodge').copy();
11101110

0 commit comments

Comments
 (0)