typo causing missing sequence at colosseum

Bug #385768 reported by Michael Schnupp
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
kq (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: kq

A typo in scripts/coliseum.lua causes a key sequence after winning at the colosseum no be impossible.

The following diff for scripts/coliseum.lua will fix the problem.

143,144c143,144
< set_ent_id(en, get_progress(P_FINALPARTNER) - 1)
< set_ent_active(en, 1)
---
> set_ent_id(12, get_progress(P_FINALPARTNER) - 1)
> set_ent_active(12, 1)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.