Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Cups end their attack chain early when attacked with specifi…
…c items [MDB IGNORE] (#25495) * Cups end their attack chain early when attacked with specific items (#80140) ## About The Pull Request - Fixes #80132 The problem lies in `/obj/item/reagent_containers/cup/attackby()` proc. We want this to return TRUE when dealing with specific items(like eggs, fire extinguishers) so that the attack chain ends early and subtypes like the soup pot has the correct behaviour ## Changelog :cl: fix: Eggs don't leave behind their shells when cracked into a soup pot. Cups end their attack chain early when dealing with specific items /:cl: * Cups end their attack chain early when attacked with specific items --------- Co-authored-by: SyncIt21 <[email protected]>
- Loading branch information