Skip to content

Commit

Permalink
Add portal sound effect to talk2159011
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Sep 27, 2023
1 parent 2dbb8bd commit 96bfaa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resistance/talk2159011.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local Hole = Self.Speaker(2159011)

if Hole.AskYesNo("#b(What a suspicious hole. Maybe Von is hiding inside. Peek inside?)#k") then
Target.IncEXP(35)
Target.EffectPlayPortalSE();
Target.TransferField(931000010)
else
Hole.Say("#b(Even Von wouldn't hide here, right?)#k")
Expand Down

0 comments on commit 96bfaa2

Please sign in to comment.