mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
## 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 /🆑
6 lines
280 B
Plaintext
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
|
|
|