Ggive dummy item in Item Space (#22)

This commit is contained in:
xCrystal 2024-01-16 12:44:13 +01:00
parent 98b04522e1
commit 20e7791a83

View File

@ -34,6 +34,9 @@ ItemSpaceScript::
scall ArriveToRegularSpaceScript
iftrue .not_landed
scall LandedInRegularSpaceScript_BeforeSpaceEffect
opentext
verbosegiveitem POTION
closetext
scall LandedInRegularSpaceScript_AfterSpaceEffect
.not_landed
end