diff --git a/code/modules/power/singularity/field_generator.dm b/code/modules/power/singularity/field_generator.dm index 8a7b63bd2b6..e972aedd64b 100644 --- a/code/modules/power/singularity/field_generator.dm +++ b/code/modules/power/singularity/field_generator.dm @@ -350,7 +350,7 @@ field_generator power level display if(connected_gens.len < 2) return var/CGcounter - for(CGcounter = 1; CGcounter < connected_gens.len; CGcounter++) + for(CGcounter = 1; CGcounter < length(connected_gens); CGcounter++) // PENTEST CORRECTION var/list/CGList = ((connected_gens[CGcounter].connected_gens & connected_gens[CGcounter+1].connected_gens)^src) if(!CGList.len) diff --git a/dependencies.sh b/dependencies.sh index 8ca371c8676..840231399be 100755 --- a/dependencies.sh +++ b/dependencies.sh @@ -17,8 +17,8 @@ export RUST_G_VERSION=3.6.0 export NODE_VERSION=16 export NODE_VERSION_PRECISE=16.13.0 -# SpacemanDMM git tag -export SPACEMAN_DMM_VERSION=suite-1.8 +# SpacemanDMM git tag - PENTEST UPDATE - Updated spaceman dmm version +export SPACEMAN_DMM_VERSION=suite-1.11 # Python version for mapmerge and other tools export PYTHON_VERSION=3.9.0 diff --git a/modular_pentest/modules/modsuits/code/modules/modules_antag.dm b/modular_pentest/modules/modsuits/code/modules/modules_antag.dm index 7a74b03378f..49a61ab5f97 100644 --- a/modular_pentest/modules/modsuits/code/modules/modules_antag.dm +++ b/modular_pentest/modules/modsuits/code/modules/modules_antag.dm @@ -5,8 +5,6 @@ complexity = 3 /obj/item/mod/module/power_kick/on_throw_impact(mob/living/source, obj/target, datum/thrownthing/thrownthing) - SIGNAL_HANDLER - UnregisterSignal(source, COMSIG_MOVABLE_IMPACT) if(!mod?.wearer) return diff --git a/modular_pentest/modules/quirks/code/neutral/sign_language.dm b/modular_pentest/modules/quirks/code/neutral/sign_language.dm index 7d49421a57e..2dd35667676 100644 --- a/modular_pentest/modules/quirks/code/neutral/sign_language.dm +++ b/modular_pentest/modules/quirks/code/neutral/sign_language.dm @@ -200,8 +200,6 @@ return ..() /obj/item/clothing/gloves/radio/advanced/handle_speech(datum/source, list/speech_args) - SIGNAL_HANDLER - var/datum/language/used_language = speech_args[SPEECH_LANGUAGE] // Only process if they're using sign language