Files
explosivekittyandGitHub 48e0ce84a0 lepton violet is now unlockable after using magic mirror (#5480)
## About The Pull Request
Thanks to skyrat AMAZING and ABSOLUTELY TESTED salt PR code you couldn't
buy lepton violet shuttle even through it supposedly said in code and in
game that you could buy it after using magic mirrors. Great work person
who made it, you put the actual unlocking code in wrong proc. This PR
makes it such its unlockable after you interact with magic mirrors
## Why It's Good For The Game
It now works as intended
## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>

</details>

## Changelog
🆑
fix: Using magic mirrors now correctly unlocks lepton violet as
purchasable shuttle
/🆑
2026-04-22 13:18:46 +02:00

6 lines
280 B
Plaintext

/obj/structure/mirror/magic/on_species_change(mob/living/carbon/human/race_changer, datum/species/newrace)
. = ..()
if(SSshuttle.shuttle_purchase_requirements_met[SHUTTLE_UNLOCK_WABBAJACK] != TRUE)
SSshuttle.shuttle_purchase_requirements_met[SHUTTLE_UNLOCK_WABBAJACK] = TRUE