Fixing Mytiaoga's mistakes (save Tap Trial for later)

i've noticed the games created by the owner doesn't use type2, thus the said games are glitching out in terms of
right click options

i don't know multiple toggles it just breaks the editor??
This commit is contained in:
KrispyDotlessI
2022-08-24 20:47:41 +08:00
parent 263aaa797d
commit d7f52cb13b
3 changed files with 18 additions and 5 deletions

View File

@ -33,7 +33,7 @@ namespace HeavenStudio.Games.Loaders
new GameAction("forthington voice lines", delegate { AirRally.instance.ForthVoice(e.currentEntity.type, e.currentEntity.type2); }, 1f, false, new List<Param>()
{
new Param("type", AirRally.CountSound.one, "Type", "The number Forthington will say"),
new Param("type", AirRally.DistanceSound.close, "Type", "How far is Forthington?")
new Param("type2", AirRally.DistanceSound.close, "Type", "How far is Forthington?")
}),
});