Skip to content

Commit

Permalink
Framer shouldnt use mafioso
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSammyM committed Jan 4, 2024
1 parent 406a4b0 commit 7baad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/game/role/framer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl RoleStateImpl for Framer {
if first_visit.target.night_jailed(game) {
actor_ref.push_night_message(game, ChatMessage::TargetJailed);
}else{
first_visit.target.set_night_appeared_role(game, Role::Mafioso);
first_visit.target.set_night_appeared_role(game, Role::Framer);
first_visit.target.set_night_appeared_visits(game, Some(vec![
Visit{ target: second_visit.target, astral: false, attack: false }
]));
Expand Down

1 comment on commit 7baad9f

@vercel
Copy link

@vercel vercel bot commented on 7baad9f Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mafia-game – ./

mafia-game.vercel.app
mafia-game-git-00x-main-itssammym.vercel.app
mafia-game-itssammym.vercel.app

Please sign in to comment.