@ -147,7 +147,7 @@ func (t *CityTable) CityTheme(roll [2]int) string {
func (t *CityTable) CityEvent(roll [2]int) string {
switch roll {
case [2]int{1, 4}:
case [2]int{2, 4}:
return t.GenFaction(t.Roller.TableRoll()).Type
default:
return data.Tables.City.CityEvents[roll[0]-1][roll[1]-1]