Update SpacemanDMM suite to 1.2 (#48785)

* Update SpacemanDMM suite to 1.2

* Fix new lint errors
This commit is contained in:
spookydonut
2020-01-16 11:49:39 -05:00
committed by Jordan Brown
parent bca492823a
commit 3195ceaa22
31 changed files with 41 additions and 40 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
. = ..()
if(!isliving(user))
return
if(user.mind && user.mind in immune_minds)
if(user.mind && (user.mind in immune_minds))
return
if(get_dist(user, src) <= 1)
. += "<span class='notice'>You reveal [src]!</span>"