[MIRROR] Removes the Families gamemode [MDB IGNORE] (#14995)

* Removes the Families gamemode

* f

* Repathing! And new updates!

* some nights I stay up cashing in my bad luck

* Additional Fixes for the gang boys!~

Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
Co-authored-by: Funce <funce.973@gmail.com>
This commit is contained in:
SkyratBot
2022-07-23 19:59:30 +02:00
committed by GitHub
parent d9d0334200
commit 29229c6202
37 changed files with 75 additions and 2178 deletions

View File

@@ -102,7 +102,6 @@ GLOBAL_LIST_INIT(available_erp_ui_styles, list(
var/atom/movable/screen/stamina
var/atom/movable/screen/healthdoll
var/atom/movable/screen/internals
var/atom/movable/screen/wanted/wanted_lvl
var/atom/movable/screen/spacesuit
// subtypes can override this to force a specific UI style
var/ui_style
@@ -174,7 +173,6 @@ GLOBAL_LIST_INIT(available_erp_ui_styles, list(
healths = null
stamina = null
healthdoll = null
wanted_lvl = null
internals = null
spacesuit = null
blobpwrdisplay = null
@@ -182,6 +180,10 @@ GLOBAL_LIST_INIT(available_erp_ui_styles, list(
alien_queen_finder = null
combo_display = null
//SKYRAT EDIT START - SKYRAT HUD
wanted_lvl = null
// SKYRAT EDIT END - SKYRAT HUD
QDEL_LIST_ASSOC_VAL(plane_masters)
QDEL_LIST_ASSOC_VAL(plane_master_controllers)
QDEL_LIST(screenoverlays)