An old oversight with disease/var/viable_mobtypes.

This commit is contained in:
Ghommie
2020-03-01 15:59:42 +01:00
parent 879032c52f
commit 893cca97a3
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
return FALSE
if(!(type in D.viable_mobtypes))
if(!D.infectable_mobtypes[type])
return FALSE
return TRUE