make crime unfocusable

This commit is contained in:
Olivier Gagnon
2022-07-14 15:53:42 -04:00
parent fac6633347
commit 28956d8fd6
3 changed files with 14 additions and 0 deletions
+4
View File
@@ -153,6 +153,10 @@ export function WorkInProgressRoot(): React.ReactElement {
router.toLocation(Locations[LocationName.Slums]);
player.finishNEWWork(true);
},
unfocus: () => {
router.toCity();
player.stopFocusing();
},
},
title: `You are attempting to ${crime.type}`,