race conditions and turfs beings special.

This commit is contained in:
Ghommie
2020-02-06 01:13:28 +01:00
parent ab06c23a2b
commit 233ed5873f
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -171,7 +171,7 @@
var/turf/T = user.loc //get user's location for delay checks
//the istype cascade has been spread among various procs for easy overriding
if(try_clean(W, user, T) || try_wallmount(W, user, T) || try_decon(W, user, T) || try_destroy(W, user, T))
if(try_clean(W, user, T) || try_wallmount(W, user, T) || try_decon(W, user, T) || (iswall(src) && try_destroy(W, user, T)))
return
return ..()