Fixes medbeam pass flags

This commit is contained in:
AnturK
2016-01-24 12:56:02 +01:00
parent 42cb52d9e2
commit 229724a6e7
+1 -1
View File
@@ -74,7 +74,7 @@
if(!istype(user_turf))
return 0
var/obj/dummy = new(user_turf)
dummy.pass_flags |= PASSTABLE & PASSGLASS & PASSGRILLE //Grille/Glass so it can be used through common windows
dummy.pass_flags |= PASSTABLE|PASSGLASS|PASSGRILLE //Grille/Glass so it can be used through common windows
for(var/turf/turf in getline(user_turf,target))
if(turf.density)
qdel(dummy)