From 1fef009d26ebf09db1c761be7078fc5ed853a47d Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:49:27 +0000 Subject: [PATCH] Update taperecorder.dm (#24231) --- code/game/objects/items/devices/taperecorder.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/devices/taperecorder.dm b/code/game/objects/items/devices/taperecorder.dm index 31e74e4896a..40fbaec9bc8 100644 --- a/code/game/objects/items/devices/taperecorder.dm +++ b/code/game/objects/items/devices/taperecorder.dm @@ -317,6 +317,7 @@ to_chat(user, "You erase the data from [src].") used_capacity = 0 + remaining_capacity = max_capacity storedinfo.Cut() timestamp.Cut()