Fixed little error in Rebel Recruiter conversation

This commit is contained in:
tacef
2014-05-01 20:54:53 +02:00
parent 3b3c9bd6ef
commit 45dd5bc9e5
+1 -1
View File
@@ -315,7 +315,7 @@ def handleSecondScreen(core, actor, npc, selection):
if actor.getFaction() != 'rebel' and actor.getFaction() != 'imperial':
if selection == 0:
actor.setFaction('imperial')
actor.setFaction('rebel')
actor.setFactionStatus(FactionStatus.OnLeave)
prose = ProsePackage('conversation/faction_recruiter_rebel', 's_99')