From 1aa02ee7a8b796c844f2f543703fddc0e8251ca2 Mon Sep 17 00:00:00 2001 From: "bizarre.babel@gmail.com" Date: Sun, 20 Mar 2011 20:00:42 +0000 Subject: [PATCH] This is an attempt to make it possible to shoot your way around space. Y u no have mass, bullets? ..Should make space firefights a lot funnier, too. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1220 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/defines/obj.dm b/code/defines/obj.dm index e11a8e4a040..c5d2b88a22e 100644 --- a/code/defines/obj.dm +++ b/code/defines/obj.dm @@ -115,6 +115,7 @@ icon = 'projectiles.dmi' icon_state = "bullet" density = 1 + throwforce = 0.1 //an attempt to make it possible to shoot your way through space unacidable = 1//Just to be sure. var/yo = null var/xo = null