Add looks_like to bottle_bathroom #54942
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
None
Purpose of change
#51885 added more bathroom items including shampoo bottle. This is to provide a placeholder for tilesets that don't have correct sprites yet. This stemmed from discussion in Cataclysm Tileset Project about plastic bottles having no images, which turned to be plastic bottles out of the shampoos etc.
Describe the solution
Similar to my #54696 for meth, add
looks_like
to a regular plastic bottle (which is similar enough and serves a similar purpose, it even have the same ASCII art)Describe alternatives you've considered
Draw a sprite for an item, there is one ready for Ultica as of writing added on the Cataclysm Tileset Project by a new contributor fvck censorship#1482, thanks! Still having
looks_like
for other tiles seems to be not a bad idea IMO.Testing
Compiled the game, it seems to appear correctly. Here's how it looks for Ultica et al. before fvck censorship#1482's bottle will be added.
Before:
After:
Additional context