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
@@ -125,7 +125,7 @@
if(!parts.len)
return FALSE
else
if(!(MOB_ROBOTIC in host_mob.mob_biotypes))
if(!(host_mob.mob_biotypes & MOB_ROBOTIC))
return FALSE
return ..()