mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Compiles
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user