Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When fixing breaks window code #1291

Open
Dimasw99 opened this issue Feb 22, 2022 · 1 comment
Open

When fixing breaks window code #1291

Dimasw99 opened this issue Feb 22, 2022 · 1 comment
Labels
✔️8 Confirmed Bug The bug has been confirmed by more than one person. 🔎9 Needs Investigation This issue needs additional investigation for it to be confirmed.

Comments

@Dimasw99
Copy link
Contributor

Description of issue

#1172 has introduced a new window bug that makes newly created windows unable to be anchored to the floor and being unable to be deconstructed.

Another weird property is that the window starts at its final construction phase so it is entirely inverted.

I would just to get rid of that ANCHORED question in the if statement (link below)

Steps to reproduce

Pick up some reinforced glass. Make a glass border window. Attempt to reproduce the typical construction steps of screwdriver, crowbar, screwdriver. Watch you failing at the crowbar step and thus being locked out of screwing it to the floor or being able to deconstruct it

Specific information for locating

else if(isCrowbar(W) && reinf_material && construction_state <= 1 && anchored)

@Kaksisilma
Copy link
Contributor

this seems to specifically occur for windows that were not build onto low walls, but rather, on the floor.

@Kaksisilma Kaksisilma added ✔️8 Confirmed Bug The bug has been confirmed by more than one person. 🔎9 Needs Investigation This issue needs additional investigation for it to be confirmed. labels Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔️8 Confirmed Bug The bug has been confirmed by more than one person. 🔎9 Needs Investigation This issue needs additional investigation for it to be confirmed.
Projects
None yet
Development

No branches or pull requests

2 participants