mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
Woopsies :33 (Fixes runtimes)
This commit is contained in:
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user