Removes TURF)IS_FRAGILE from wooden flooring (#7515)

This commit is contained in:
Atermonera
2020-08-16 20:52:39 -07:00
committed by VirgoBot
parent 3f6fa97fd1
commit 94e42939de

View File

@@ -459,7 +459,7 @@ var/list/flooring_types
damage_temperature = T0C+200
descriptor = "planks"
build_type = /obj/item/stack/tile/wood
flags = TURF_CAN_BREAK | TURF_IS_FRAGILE | TURF_REMOVE_SCREWDRIVER
flags = TURF_CAN_BREAK | TURF_REMOVE_CROWBAR | TURF_REMOVE_SCREWDRIVER
footstep_sounds = list("human" = list(
'sound/effects/footstep/wood1.ogg',
'sound/effects/footstep/wood2.ogg',