mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
fixing goof's shit
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user