35b7b93b24
lets hope nothing blows up this time (Flags PR but it works!)
20 lines
611 B
Plaintext
20 lines
611 B
Plaintext
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
|