-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Construction recipe for barred window with curtains #36797
Conversation
Add conditional handler for tearing down curtains from a barred window
No shortcuts... download a compiler, learn c++, and finish what I started. Game compiles, load save, no error, tear down curtain and they stayed down
{ | ||
"type": "terrain", | ||
"id": "t_window_bars_curtains", | ||
"name": "window with metal bars and curtains.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"name": "window with metal bars and curtains.", | |
"name": "window with metal bars and curtains", |
{ | ||
"type": "terrain", | ||
"id": "t_window_bars_domestic", | ||
"name": "window with metal bars and curtains.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"name": "window with metal bars and curtains.", | |
"name": "window with metal bars and curtains", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commited these changes and astyle test
Summary
SUMMARY: Content "Construction recipe for barred window with curtains"
Purpose of change
I can build a window, a window with curtains, and add bars onto the window. I can't add bars and a curtain? Don't see why it shouldn't be possible.
Describe the solution
Extend the current stages of "Install Bars Onto Window" so curtains can be affixed at the end.
Describe alternatives you've considered
Do nothing and continue to have elaborate setups of barred windows and door curtains.
Testing
Built a window, installed bars onto the window, then installed curtains onto the barred window. Peeked through the curtains, opened and closed the curtains to test line of sight. Tried walking through the window when it was open and closed. Tore down the curtains.
Additional context
Recipe is the same as installing curtains onto a normal window.
Smashing this construction will revert it back to a normal curtainless window with bars.
Graphically will look like barred window when open and curtains when closed.