Much-Assembly-Required icon indicating copy to clipboard operation
Much-Assembly-Required copied to clipboard

Vault Exit Portals Invisible

Open OrdoFlammae opened this issue 6 years ago • 2 comments

The Vault Exit Portals look no different than any normal square in the Vault. In other words, they're invisible. However, they're still functional in every other way.

OrdoFlammae avatar Nov 28 '19 00:11 OrdoFlammae

Are they 100% invisible in the client (even when you hover them) ?

simon987 avatar Nov 28 '19 18:11 simon987

Yup. I figured out why, though. They have no representation in the typescript (see GameObject.ts:60-87). If you check for a VaultExitPortal class type, and just create a Portal, then it works fine. Some work should be spent on this, but it's a temporary fix.

OrdoFlammae avatar Nov 28 '19 19:11 OrdoFlammae