From 7bbf30c8009d5dee10dcda6b492cf8ff92cf61f2 Mon Sep 17 00:00:00 2001 From: "aranclanos@hotmail.com" Date: Sat, 20 Oct 2012 14:39:11 +0000 Subject: [PATCH] Fixes issue 1007. Changed the throwforce of the holodeck energy swords from 5(!) to 0. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4921 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/computer/HolodeckControl.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/HolodeckControl.dm b/code/game/machinery/computer/HolodeckControl.dm index cd9439af26d..5c6b9ea6b07 100644 --- a/code/game/machinery/computer/HolodeckControl.dm +++ b/code/game/machinery/computer/HolodeckControl.dm @@ -445,9 +445,9 @@ desc = "May the force be within you. Sorta" icon_state = "sword0" force = 3.0 - throwforce = 5.0 throw_speed = 1 throw_range = 5 + throwforce = 0 w_class = 2.0 flags = FPRINT | TABLEPASS | NOSHIELD var/active = 0