diff a/code/game/objects/items/stacks/wrap.dm b/code/game/objects/items/stacks/wrap.dm (rejected hunks) @@ -9,7 +9,7 @@ desc = "Wrap packages with this festive paper to make gifts." icon = 'icons/obj/items_and_weapons.dmi' icon_state = "wrap_paper" - flags = NOBLUDGEON + flags_1 = NOBLUDGEON_1 amount = 25 max_amount = 25 resistance_flags = FLAMMABLE @@ -30,7 +30,7 @@ desc = "You can use this to wrap items in." icon = 'icons/obj/items_and_weapons.dmi' icon_state = "deliveryPaper" - flags = NOBLUDGEON + flags_1 = NOBLUDGEON_1 amount = 25 max_amount = 25 resistance_flags = FLAMMABLE