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
This commit is contained in:
VivianFoxfoot@gmail.com
2012-01-02 22:40:34 +00:00
parent f12301d51a
commit 05556d4030

View File

@@ -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