From 5e070f76fb22c0fe54334793bacc0332522cbba1 Mon Sep 17 00:00:00 2001 From: chel <64568243+iliyaxox@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:03:59 -0300 Subject: [PATCH] Update paper.dm --- code/modules/paperwork/paper.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 9b10ea230d..49385e4def 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -34,8 +34,8 @@ resistance_flags = FLAMMABLE max_integrity = 50 dog_fashion = /datum/dog_fashion/head - // drop_sound = 'sound/items/handling/paper_drop.ogg' - // pickup_sound = 'sound/items/handling/paper_pickup.ogg' + drop_sound = 'sound/items/handling/paper_drop.ogg' + pickup_sound = 'sound/items/handling/paper_pickup.ogg' grind_results = list(/datum/reagent/cellulose = 3) color = "white" /// What's actually written on the paper.