Skip to content

Commit a3a8606

Browse files
committed
Update APItem.hx
1 parent 69e507d commit a3a8606

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/archipelago/APItem.hx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ class APItem {
129129
this.onTrigger = onTrigger;
130130
this.isException = isException;
131131
this.toSync = toSync;
132+
// If trap, make it so.
133+
this.isTrap = (this is APTrap);
132134

133135
if (this.condition.type == Everywhere) {
134136
this.isException = true;

0 commit comments

Comments
 (0)