Woopsies :33 (Fixes runtimes)

This commit is contained in:
Waterpig
2024-10-25 17:54:08 +02:00
parent 1d51da0462
commit 5f42f04517
3 changed files with 4 additions and 2 deletions

2
.github/CODEOWNERS vendored
View File

@@ -20,4 +20,4 @@ modular_skyrat/modules @projectkepler-ru
/code/modules/surgery @Majkl-J /code/modules/surgery @Majkl-J
/modular_skyrat/master_files/code/modules/surgery @Majkl-J /modular_skyrat/master_files/code/modules/surgery @Majkl-J
/modular_skyrat/modules/synths @Majkl-J /modular_skyrat/modules/synths @Majkl-J
/modular_zubbers /modular_zubbers @Majkl-J

View File

@@ -52,7 +52,7 @@ GLOBAL_LIST_INIT(blacklisted_malf_machines, typecacheof(list(
/obj/machinery/computer/gateway_control, /obj/machinery/computer/gateway_control,
))) )))
GLOBAL_LIST_INIT(malf_modules, subtypesof(/datum/ai_module/malf - /datum/ai_module/malf/destructive/nuke_station)) // BUBBER EDIT - REMOVES NUKE STATION ROUNDSTART MODULE GLOBAL_LIST_INIT(malf_modules, subtypesof(/datum/ai_module/malf) - /datum/ai_module/malf/destructive/nuke_station) // BUBBER EDIT - REMOVES NUKE STATION ROUNDSTART MODULE
/// The malf AI action subtype. All malf actions are subtypes of this. /// The malf AI action subtype. All malf actions are subtypes of this.
/datum/action/innate/ai /datum/action/innate/ai

View File

@@ -1667,6 +1667,8 @@ GLOBAL_LIST_EMPTY(features_by_species)
to_store += mutant_organs to_store += mutant_organs
for(var/obj/item/organ/external/horny as anything in external_organs) for(var/obj/item/organ/external/horny as anything in external_organs)
to_store += horny //Haha get it? to_store += horny //Haha get it?
return to_store
/* /*
/datum/species/proc/get_mut_organs(include_brain = TRUE) /datum/species/proc/get_mut_organs(include_brain = TRUE)
var/list/mut_organs = list() var/list/mut_organs = list()