mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user