mob_biotypes are now flags instead of lists

This commit is contained in:
DragonTrance
2021-03-03 11:08:36 -07:00
parent 08e55a3f4f
commit 4b931c5e92
101 changed files with 133 additions and 138 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
say("Subject may not have abiotic items on.")
playsound(src, 'sound/machines/buzz-sigh.ogg', 30, 1)
return
if(!(MOB_ORGANIC in C.mob_biotypes))
if(!(MOB_ORGANIC & C.mob_biotypes))
say("Subject is not organic.")
playsound(src, 'sound/machines/buzz-sigh.ogg', 30, 1)
return