Skip to content

Commit 7b13dd4

Browse files
authored
tweak(revolution): swap yes and no choices
PR #2437
1 parent 46cec6a commit 7b13dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/antagonist/antagonist_factions.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
player.rev_cooldown = world.time + 100
3636
if (!faction.is_antagonist(player))
37-
var/choice = alert(player.current, "Asked by [src]: Do you want to join the [faction.faction_descriptor]?","Join the [faction.faction_descriptor]?","Yes!","No!")
37+
var/choice = alert(player.current, "Asked by [src]: Do you want to join the [faction.faction_descriptor]?","Join the [faction.faction_descriptor]?","No!","Yes!")
3838
if(!(player.current in able_mobs_in_oview(src)))
3939
return
4040
if(choice == "Yes!" && faction.add_antagonist_mind(player, 1, faction.faction_role_text, faction.faction_welcome))

0 commit comments

Comments
 (0)