From 0f8aee8e054206a6ca45fe1b242691add25df82e Mon Sep 17 00:00:00 2001 From: Carter Hesterman Date: Tue, 3 Sep 2024 16:09:31 -0600 Subject: [PATCH] Update worlds/civ_6/__init__.py Co-authored-by: Scipio Wright --- worlds/civ_6/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/civ_6/__init__.py b/worlds/civ_6/__init__.py index a9cb2dd5cd..e953b74fb8 100644 --- a/worlds/civ_6/__init__.py +++ b/worlds/civ_6/__init__.py @@ -41,7 +41,7 @@ class CivVIWeb(WebWorld): class CivVIWorld(World): """ - Civilization VI is a turn-based strategy video game in which one or more players compete alongside computer-controlled AI opponents to grow their individual civilization from a small tribe to control the entire planet across several periods of development. + Civilization VI is a turn-based strategy video game in which one or more players compete alongside computer-controlled opponents to grow their individual civilization from a small tribe to control the entire planet across several periods of development. """ game: str = "Civilization VI"