Merge pull request #9204 from Trilbyspaceclone/patch-217

Fixes katana's being cursed when not cursed
This commit is contained in:
nik707
2019-08-29 19:31:40 -05:00
committed by GitHub
+1 -1
View File
@@ -229,7 +229,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
/obj/item/katana/cursed
slot_flags = null
/obj/item/katana/Initialize()
/obj/item/katana/cursed/Initialize()
. = ..()
ADD_TRAIT(src, TRAIT_NODROP, CURSED_ITEM_TRAIT)