Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Toy Sword Icon & Rewrites It to Use E-Sword Procs. (#6054)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request 1. **Fixes Toy Sword Icon and Rewrites Procs to use E-Sword.** ## Why It's Good For The Game 1. _The toy sword off icon was broken, so I looked into it and it's using an outdated sprite name. So I changed it, but then I looked over the proc, and I realized it would be more fun if the toy sword had some of the real one's traits - like the rainbow thing if you multitool it, and alt-click color change support. So I started adding those, but I didn't like putting all of it in one attack_self proc, so I've instead just cloned over the procs from the esword and adjusted them to suit the toy instead!_ ## Changelog <!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Be sure to properly mark your PRs to prevent unnecessary GBP loss. You can read up on GBP and it's effects on PRs in the tgstation guides for contributors. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to finagle the system all you want, but it's best to shoot for clear communication right off the bat. --> :cl: fix: Fixes broken toy sword icon and changes its procs. /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
- Loading branch information