Added tooltips to Pantheon #597

This commit is contained in:
Daniël van Noord
2021-03-15 23:32:52 +01:00
parent b6d9ca8dbb
commit eee72bceb6
25 changed files with 823 additions and 554 deletions

View File

@@ -13,6 +13,9 @@ import {
SimAchievementsOwned,
SimDragonAura,
SimDragonAura2,
SimGod1,
SimGod2,
SimGod3,
SimHeavenlyPower,
SimObjects,
SimPledges,
@@ -49,6 +52,11 @@ export default function CopyData() {
you.basePrice = me.basePrice;
you.free = me.free;
if (me.minigameLoaded) {
if (me.name === 'Temple') {
SimGod1 = me.minigame.slot[0];
SimGod2 = me.minigame.slot[1];
SimGod3 = me.minigame.slot[2];
}
you.minigameLoaded = me.minigameLoaded;
you.minigame = me.minigame;
}