makes walls call parent (#32309)

This commit is contained in:
Emmett Gaines
2017-11-02 05:08:29 -04:00
committed by CitadelStationBot
parent 0796b5d503
commit eb52a61437
+2
View File
@@ -167,6 +167,8 @@
if(try_clean(W, user, T) || try_wallmount(W, user, T) || try_decon(W, user, T) || try_destroy(W, user, T))
return
return ..()
/turf/closed/wall/proc/try_clean(obj/item/W, mob/user, turf/T)
if((user.a_intent != INTENT_HELP) || !LAZYLEN(damage_decals) || !istype(W, /obj/item/weldingtool))
return FALSE