We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ef1f9 commit 0553548Copy full SHA for 0553548
APRandomizer/Classes/Archipelago_GameMod.uc
@@ -557,7 +557,10 @@ function OnPostInitGame()
557
558
// so the shopkeeper doesn't say "we're sold out" when the player has the ticket
559
foreach DynamicActors(class'Hat_MetroTicketBooth_Base', booth)
560
+ {
561
booth.WasBought = false;
562
+ booth.UnlockView = None;
563
+ }
564
565
shopInvs = class'Hat_ClassHelper'.static.GetAllObjectsExpensive("Hat_ShopInventory");
566
dummy.CollectibleClass = class'Archipelago_ShopItem_Dummy';
APRandomizer/modinfo.ini
4 Bytes
0 commit comments