From 05556d40304527dca12b01a0cbd16d498fe5a19c Mon Sep 17 00:00:00 2001 From: "VivianFoxfoot@gmail.com" Date: Mon, 2 Jan 2012 22:40:34 +0000 Subject: [PATCH] Increases door damage to 10 again (with Musket's permission). Going to see where that takes us. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2904 316c924e-a436-60f5-8080-3fe189b3f50e --- code/setup.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/setup.dm b/code/setup.dm index 3e6f0a8ab2..b12e461cba 100644 --- a/code/setup.dm +++ b/code/setup.dm @@ -27,7 +27,7 @@ #define MAX_PRESSURE_DAMAGE 20 // Doors! -#define DOOR_CRUSH_DAMAGE 5 +#define DOOR_CRUSH_DAMAGE 10 // Factor of how fast mob nutrition decreases #define HUNGER_FACTOR 0.1