fixing goof's shit

This commit is contained in:
Lzimann
2016-08-22 18:17:54 -03:00
parent e10158c1c7
commit 6cc89a2bc3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
chameleon_blacklist += target.type
var/list/temp_list = typesof(chameleon_type)
for(var/V in temp_list - (chameleon_blacklist))
if(istype(V, /obj/item))
if(ispath(V, /obj/item))
var/obj/item/I = V
if(initial(I.flags) & ABSTRACT)
continue
+1 -1
View File
@@ -14,7 +14,7 @@
// BEGIN_INCLUDE
#include "_maps\__MAP_DEFINES.dm"
#include "_maps\tgstation2.dm"
#include "_maps\ministation.dm"
#include "code\_compile_options.dm"
#include "code\hub.dm"
#include "code\world.dm"