From a51e934a27038ee5c808b11763c62f3c95dcc47c Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Wed, 8 Apr 2015 15:09:33 -0700 Subject: [PATCH] Byond doesn't like special characters in type paths, apparently --- code/modules/store/items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/store/items.dm b/code/modules/store/items.dm index 73d7796d327..0ec075e2801 100644 --- a/code/modules/store/items.dm +++ b/code/modules/store/items.dm @@ -45,7 +45,7 @@ typepath = /obj/item/weapon/storage/box/snappops cost = 200 -/datum/storeitem/d&d +/datum/storeitem/dnd name = "Dungeons & Dragons set" desc = "A box containing minifigures suitable for a good game of D&D." typepath = /obj/item/weapon/storage/box/characters