We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9385ba1 commit ed3728bCopy full SHA for ed3728b
1 file changed
region/lowernorfair/east/Plowerhouse Room.json
@@ -387,7 +387,14 @@
387
"link": [1, 3],
388
"name": "Super Kill",
389
"requires": [
390
- "canDodgeWhileShooting",
+ {"or": [
391
+ "canDodgeWhileShooting",
392
+ {"enemyDamage": {
393
+ "enemy": "Holtz",
394
+ "type": "contact",
395
+ "hits": 1
396
+ }}
397
+ ]},
398
{"enemyKill": {
399
"enemies": [["Holtz", "Holtz"]],
400
"explicitWeapons": ["Super"]
0 commit comments