Skip to content

Commit

Permalink
onion04: fixed last conditional for completing the mission.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed May 14, 2024
1 parent 75bbb31 commit aa42cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dat/missions/onion/onion04.lua
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ You hear a beep.
elseif mem.state==3 and cspb==targetspb then
misn.npcAdd( "breakin", _("Onion Society"), onion.img_onion().tex, _([[Break into the Nexus Shipyards systems.]]) )

elseif mem.state==6 and cspb~=targetspb then
elseif mem.state==5 and cspb~=targetspb then
-- last cutscene
vn.clear()
vn.scene()
Expand Down

0 comments on commit aa42cd1

Please sign in to comment.