This commit is contained in:
xPokee
2025-10-04 06:16:01 -04:00
parent 4667a05814
commit 8fed7dea98
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -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))
@@ -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)