Skip to content

Instantly share code, notes, and snippets.

@leedm777
Created August 1, 2013 21:04
Show Gist options
  • Save leedm777/6135304 to your computer and use it in GitHub Desktop.
Save leedm777/6135304 to your computer and use it in GitHub Desktop.
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