From df445bcbcf3a4d987b20ce6691d166529d8e7c9c Mon Sep 17 00:00:00 2001 From: xxalpha Date: Fri, 10 Apr 2015 18:49:52 +0100 Subject: [PATCH] Buffs airlock crushing. Removed airlock crush knock out. Reduced crush damage to 15. --- code/_compile_options.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_compile_options.dm b/code/_compile_options.dm index 417bedd80e3..6c6718d4ec7 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -31,7 +31,7 @@ #define AGE_MAX 85 //oldest a character can be #define SHOES_SLOWDOWN 0 //How much shoes slow you down by default. Negative values speed you up #define POCKET_STRIP_DELAY 40 //time taken (in deciseconds) to search somebody's pockets -#define DOOR_CRUSH_DAMAGE 10 //the amount of damage that airlocks deal when they crush you +#define DOOR_CRUSH_DAMAGE 15 //the amount of damage that airlocks deal when they crush you #define HUNGER_FACTOR 0.1 //factor at which mob nutrition decreases #define REAGENTS_METABOLISM 0.4 //How many units of reagent are consumed per tick, by default.