landgreen / n-gon

2-d physics rogue-lite platformer shooter
https://landgreen.github.io/n-gon/
GNU General Public License v3.0
134 stars 193 forks source link

Crash when picking up entanglement #208

Closed kgurchiek closed 2 months ago

kgurchiek commented 2 months ago

image

3xionDev commented 2 months ago

at powerup.js:1217

text += powerUps.instantTechTextTechText(choose, `powerUps.choose('tech',${choose})`)

I have a feeling instantTechTextTechText should just be instantTechText

landgreen commented 2 months ago

thanks, easy fix