diff --git a/code/game/objects/devices/taperecorder.dm b/code/game/objects/devices/taperecorder.dm index 46284b94888..60a27f3c726 100644 --- a/code/game/objects/devices/taperecorder.dm +++ b/code/game/objects/devices/taperecorder.dm @@ -51,7 +51,7 @@ M.show_message("\red The [src] explodes!", 1) if(T) T.hotspot_expose(700,125) - explosion(T, -1, -1, 2, 3) + explosion(T, -1, -1, 0, 4) del(src) return