- Notifications
You must be signed in to change notification settings - Fork5.1k
Refactorsunique_reskin, deletes retool kit#93775
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Conversation
Crusher trophy skins was consistent with KA skins, if you are changing them to use the reskinning function, you should also make the KAs use that too. |
MrMelbert commentedNov 3, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I always thought the expensive pka skins were a "prestige mechanic", which is why they were more expensive However I am only now learning that they were literally only added to fill empty mod space. Except they don't fill space anymore. |
theselfish commentedNov 4, 2025
The real prestige would be a solid gold PKA skin that takes up 100% of mod volume. |
Uh oh!
There was an error while loading.Please reload this page.
About The Pull Request
Closes#93635
unique_reskinis no longer a list on/item, now/datum/atom_skinThe actual reskinning behavior has been moved out to
/datum/component/reskinable_itemPKC reskinning is now handled via alt-click reskin, rather than via the retooling kit. The retooling kit has been removed.
There's no limit on how many times you can reskin your PKC (though perhaps we limit it to one reskin and keep the retooling kit as a way to allow a miner to reskin it a second time?)
The Ashen Skull unique reskin is still a trophy, and instead unlocks its unique reskin option in the alt-click radial.
Why It's Good For The Game
I'm unsure why the retooling kit exists on its own, when it's relatively cheap and just performs the behavior of alt-click reskinning.
So to keep it consistent with all other forms of reskinning I've just made it baseline. To accomplish that I refactored reskinning.
The new form of reskinning allows for greater potential in adding reskins, allowing far more than just an icon state change. Also we can put it on turfs and mobs and structures now which is cool I guess
There's also the added benefit of being able to see an item's reskins without needing to instantiate it, which the loadout menu uses to great effect.
Changelog
🆑 Melbert
refactor: Refactored item reskinning (the alt-click way), report any oddities with that
del: Deleted the crusher retool kit, now you can just reskin your crusher with alt-click. The Skull skin is still locked behind having the Ashen Skull trophy applied.
fix: Stunswords no longer have an incorrect lore blurb
fix: Fixed loadout item reskinning's UI
/:cl: