This commit is contained in:
Artur
2021-01-13 10:27:10 +02:00
parent d5e99e9cef
commit 2f619ffc4e
3 changed files with 39 additions and 6 deletions
+2 -1
View File
@@ -130,7 +130,8 @@ GLOBAL_LIST_INIT(traits_by_type, list(
),
/obj/item = list(
"TRAIT_NODROP" = TRAIT_NODROP,
"TRAIT_NO_TELEPORT" = TRAIT_NO_TELEPORT
"TRAIT_NO_TELEPORT" = TRAIT_NO_TELEPORT,
"TRAIT_SPOOKY_THROW" = TRAIT_SPOOKY_THROW
)
))