diff --git a/README.md b/README.md
index 94f3a2a..980e762 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ Cog Function
| ccrole | **Release** | Create custom commands that also assign roles
May have some bugs, please create an issue if you find any |
| chatter | **Beta** | Chat-bot trained to talk like your guild
Missing some key features, but currently functional. See [Chatter](https://github.com/bobloy/Fox-V3/tree/master/chatter) for install instructions |
| coglint | **Alpha** | Error check code in python syntax posted to discord
Works, but probably needs more turning to work for cogs |
+| conquest | **Alpha** | Manage maps for war games and RPGs
Lots of additional features are planned, currently function with simple map |
| dad | **Beta** | Tell dad jokes
Works great! |
| exclusiverole | **Alpha** | Prevent certain roles from getting any other roles
Fully functional, but pretty simple |
| fight | **Incomplete** | Organize bracket tournaments within discord
Still in-progress, a massive project |
diff --git a/conquest/data/assets/Map Ideas/AxisAllies_MAP_006L.jpg b/conquest/data/assets/Map Ideas/AxisAllies_MAP_006L.jpg
deleted file mode 100644
index 9bb2755..0000000
Binary files a/conquest/data/assets/Map Ideas/AxisAllies_MAP_006L.jpg and /dev/null differ
diff --git a/conquest/data/assets/Map Ideas/j0e88vlp28pz.png b/conquest/data/assets/Map Ideas/j0e88vlp28pz.png
deleted file mode 100644
index 3c97e53..0000000
Binary files a/conquest/data/assets/Map Ideas/j0e88vlp28pz.png and /dev/null differ
diff --git a/conquest/info.json b/conquest/info.json
index a584895..0e33d01 100644
--- a/conquest/info.json
+++ b/conquest/info.json
@@ -20,6 +20,7 @@
"map",
"axisandallies",
"heartsofiron",
- "conquest"
+ "conquest",
+ "rpg"
]
}
\ No newline at end of file