Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes the welder deconstruction hint from resin walls (#5163)
# About the pull request Adds a check to `/turf/closed/wall/get_examine_text()` to remove the deconstruction hint for anything with the `TURF_ORGANIC` flag (currently only resin walls). # Explain why it's good for the game Given that resin walls/membranes can't actually be deconstructed with tools, it doesn't make much sense to show that message. # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> **Before:** ![old](https://github.com/cmss13-devs/cmss13/assets/57483089/d2f1b351-5abd-4cb6-acb9-4d6e44c10a31) **After:** ![new](https://github.com/cmss13-devs/cmss13/assets/57483089/5b234399-7f84-473e-9c5e-83f3c56eb808) </details> # Changelog :cl: fix: Fixed resin walls/membranes showing a welder deconstruction hint. /:cl:
- Loading branch information