From 1bf79e8bf8e9d402e607e19017707b9acfe63080 Mon Sep 17 00:00:00 2001 From: "uhangi@gmail.com" Date: Sun, 7 Nov 2010 23:21:24 +0000 Subject: [PATCH] tape recorder doesn't make as large of an explosion now git-svn-id: http://tgstation13.googlecode.com/svn/trunk@381 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/devices/taperecorder.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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