Initial Commit

This commit is contained in:
Artur
2020-02-13 20:51:52 +02:00
parent 821496e67c
commit 7964d768fa
92 changed files with 136 additions and 123 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(!(C.mob_biotypes & MOB_ORGANIC))
say("Subject is not organic.")
playsound(src, 'sound/machines/buzz-sigh.ogg', 30, 1)
return