-
-
Save leedm777/6135304 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: main/sorcery.c | |
=================================================================== | |
--- main/sorcery.c (revision 395971) | |
+++ main/sorcery.c (working copy) | |
@@ -585,7 +585,7 @@ | |
object_type->type.name = object_type->name; | |
object_type->type.type = ACO_ITEM; | |
- object_type->type.category = ""; | |
+ object_type->type.category = ".?"; | |
object_type->type.item_alloc = alloc; | |
object_type->transform = transform; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment