mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
Fixed little error in Rebel Recruiter conversation
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user