Added tooltips to Pantheon #597
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user