fixes linter warnings (#14778)

* woo

* woo
This commit is contained in:
silicons
2021-05-31 09:19:20 -06:00
committed by GitHub
parent 2ef7516bee
commit cb52be5dd9
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -127,7 +127,7 @@
to_chat(user, "<span class='danger'>Throwing [pushed_mob] onto the table might hurt them!</span>")
return
var/added_passtable = FALSE
if(!pushed_mob.pass_flags & PASSTABLE)
if(!(pushed_mob.pass_flags & PASSTABLE))
added_passtable = TRUE
pushed_mob.pass_flags |= PASSTABLE
pushed_mob.Move(src.loc)