From 8fed7dea984d022f197b15f5ca8bf323e7f8af32 Mon Sep 17 00:00:00 2001 From: xPokee Date: Sat, 4 Oct 2025 06:16:01 -0400 Subject: [PATCH] Compiles --- code/game/objects/structures/girders.dm | 2 -- modular_zubbers/code/datums/components/vore/belly.dm | 2 -- 2 files changed, 4 deletions(-) diff --git a/code/game/objects/structures/girders.dm b/code/game/objects/structures/girders.dm index bbafbfea235..da169a042cd 100644 --- a/code/game/objects/structures/girders.dm +++ b/code/game/objects/structures/girders.dm @@ -44,8 +44,6 @@ . += span_notice("[src] is designed for tram usage. Deconstructed with a screwdriver!") /obj/structure/girder/attackby(obj/item/W, mob/user, list/modifiers, list/attack_modifiers) - var/skill_modifier = user.mind.get_skill_modifier(/datum/skill/construction, SKILL_SPEED_MODIFIER) //SKYRAT EDIT - add_fingerprint(user) if(istype(W, /obj/item/gun/energy/plasmacutter)) diff --git a/modular_zubbers/code/datums/components/vore/belly.dm b/modular_zubbers/code/datums/components/vore/belly.dm index 5b5715540a8..53d89ffe5eb 100644 --- a/modular_zubbers/code/datums/components/vore/belly.dm +++ b/modular_zubbers/code/datums/components/vore/belly.dm @@ -339,8 +339,6 @@ if(istype(AM, /obj/item/clothing/under)) var/obj/item/clothing/under/sensor_clothing = AM sensor_clothing.sensor_mode = SENSOR_OFF - if(ishuman(arrived)) - var/mob/living/carbon/human/H = arrived /// Handles prey leaving a belly /obj/vore_belly/Exited(atom/movable/gone, direction)