-
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed as not planned
Labels
Description
Flaky tests were detected in this test run. This means that there was a failure that was cleared when the tests were simply restarted.
Failures:
harm_different_damage: [2026-02-27 04:05:01] Runtime in code/__HELPERS/unsorted.dm,1075: Shantae Bailey (/mob/living/carbon/human) is registering carbon_gain_wound, carbon_lose_wound, carbon_attach_limb, carbon_remove_limb as a list, the older method. Change it to RegisterSignals.
proc name: stack trace (/datum/proc/stack_trace)
src: /datum/status_effect/limp (/datum/status_effect/limp)
call stack:
/datum/status_effect/limp (/datum/status_effect/limp): stack trace("Shantae Bailey (/mob/living/ca...")
/datum/status_effect/limp (/datum/status_effect/limp): RegisterSignal(Shantae Bailey (/mob/living/carbon/human), /list (/list), "update_limp", 0)
/datum/status_effect/limp (/datum/status_effect/limp): on apply()
/datum/status_effect/limp (/datum/status_effect/limp): on creation(Shantae Bailey (/mob/living/carbon/human))
/datum/status_effect/limp (/datum/status_effect/limp): New(/list (/list))
Shantae Bailey (/mob/living/carbon/human): apply status effect(/datum/status_effect/limp (/datum/status_effect/limp))
Muscle Tear (/datum/wound/muscle/moderate): update inefficiencies()
Muscle Tear (/datum/wound/muscle/moderate): wound injury(null, 0)
Muscle Tear (/datum/wound/muscle/moderate): apply wound(the human right leg (/obj/item/bodypart/leg/right), 0, null, 0, 0)
the human right leg (/obj/item/bodypart/leg/right): check wounding(5, 15, 10, 15, 0)
...
Human (/datum/species/human): spec attacked by(the welding tool (/obj/item/weldingtool), Stephany Howard (/mob/living/carbon/human), the human right leg (/obj/item/bodypart/leg/right), "help", Shantae Bailey (/mob/living/carbon/human))
Shantae Bailey (/mob/living/carbon/human): attacked by(the welding tool (/obj/item/weldingtool), Stephany Howard (/mob/living/carbon/human))
the welding tool (/obj/item/weldingtool): attack(Shantae Bailey (/mob/living/carbon/human), Stephany Howard (/mob/living/carbon/human))
the welding tool (/obj/item/weldingtool): attack(Shantae Bailey (/mob/living/carbon/human), Stephany Howard (/mob/living/carbon/human))
Shantae Bailey (/mob/living/carbon/human): attackby(the welding tool (/obj/item/weldingtool), Stephany Howard (/mob/living/carbon/human), null)
Shantae Bailey (/mob/living/carbon/human): attackby(the welding tool (/obj/item/weldingtool), Stephany Howard (/mob/living/carbon/human), null)
/datum/unit_test/harm_differen... (/datum/unit_test/harm_different_damage): Run()
RunUnitTest(/datum/unit_test/harm_differen... (/datum/unit_test/harm_different_damage), /list (/list))
/datum/callback (/datum/callback): InvokeAsync() at code/__HELPERS/unsorted.dm:1075
Reactions are currently unavailable