diff --git a/GameModes/Lost Silver/Content/Data/Scripts/MtSilver/MtSilver_Peak_MapScript.dat b/GameModes/Lost Silver/Content/Data/Scripts/MtSilver/MtSilver_Peak_MapScript.dat index 9986fc6..035d8fc 100644 --- a/GameModes/Lost Silver/Content/Data/Scripts/MtSilver/MtSilver_Peak_MapScript.dat +++ b/GameModes/Lost Silver/Content/Data/Scripts/MtSilver/MtSilver_Peak_MapScript.dat @@ -36,7 +36,7 @@ version=2 @Pokemon.Add(5,{"Pokemon"[1000]}{"Experience"[135]}{"Gender"[0]}{"EggSteps"[1]}{"NickName"[ ]}{"Level"[5]}{"OT"[46579]}{"Status"[]}{"CatchLocation"[...]}{"CatchTrainer"[...]}{"CatchBall"[5]}{"CatchMethod"[...]}{"isShiny"[0]}{"Attack1"[43,30,30]}{"Attack2"[148,15,15]}{"Attack3"[171,15,15]}{"Attack4"[37,10,10]}{"HP"[20]}) @Pokemon.SetNickName(5,Egg) @Pokemon.SetStat(5,maxHP,20) - @Item.ClearItem(gm0) + @Item.ClearItem(115) @Register.Register(MtSilver_Peak) :endif diff --git a/GameModes/Lost Silver/Content/Data/Scripts/RuinsOfAlph/RuinsOfAlph_TurnBack_Item.dat b/GameModes/Lost Silver/Content/Data/Scripts/RuinsOfAlph/RuinsOfAlph_TurnBack_Item.dat index 2cdb1d2..bd82130 100644 --- a/GameModes/Lost Silver/Content/Data/Scripts/RuinsOfAlph/RuinsOfAlph_TurnBack_Item.dat +++ b/GameModes/Lost Silver/Content/Data/Scripts/RuinsOfAlph/RuinsOfAlph_TurnBack_Item.dat @@ -3,7 +3,7 @@ version=2 @Player.StopMovement @NPC.Remove(0) @Text.Show( received~[][]!) -@Item.Give(gm0) +@Item.Give(115) @Screen.FadeOut(25) @Camera.Update diff --git a/GameModes/Lost Silver/Content/Items/ItemSheet.png b/GameModes/Lost Silver/Content/Items/ItemSheet.png index c53b7f4..512b74f 100644 Binary files a/GameModes/Lost Silver/Content/Items/ItemSheet.png and b/GameModes/Lost Silver/Content/Items/ItemSheet.png differ