Removes duplicate definitions of /datum/gamemode on almost every gamemode file (#25219)

* Why did every gamemode do this :(

* Contra request
This commit is contained in:
DGamerL
2024-04-21 15:24:50 +00:00
committed by GitHub
parent 585a885b1f
commit 9bc9b4b67a
11 changed files with 45 additions and 42 deletions
@@ -1,8 +1,3 @@
/datum/game_mode
var/list/datum/mind/superheroes = list()
var/list/datum/mind/supervillains = list()
var/list/datum/mind/greyshirts = list()
/datum/superheroes
var/name
var/desc