makes walls call parent (#32309)
This commit is contained in:
committed by
CitadelStationBot
parent
0796b5d503
commit
eb52a61437
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user