diff --git a/code/modules/instruments/stationary.dm b/code/modules/instruments/stationary.dm index c9b82639240..621ecc664ed 100644 --- a/code/modules/instruments/stationary.dm +++ b/code/modules/instruments/stationary.dm @@ -46,6 +46,8 @@ /obj/structure/musician/piano/Initialize(mapload) . = ..() AddElement(/datum/element/falling_hazard, damage = 60, wound_bonus = 10, hardhat_safety = FALSE, crushes = TRUE, impact_sound = 'sound/effects/piano_hit.ogg') + AddElement(/datum/element/climbable) + AddElement(/datum/element/elevation, pixel_shift = 10) /obj/structure/musician/piano/play_attack_sound(damage_amount, damage_type = BRUTE, damage_flag = 0) switch(damage_type)