Guest commit for Urist, who doesn't have SVN.

Fixed the default death hitpoints from 0 to -100, in case the configuration file (game_options.txt) goes missing.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2406 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz@gmail.com
2011-10-21 10:43:47 +00:00
parent 468a8823b3
commit 254dad3dd9
+1 -1
View File
@@ -44,7 +44,7 @@
//game_options.txt configs
var/health_threshold_crit = 0
var/health_threshold_dead = 0
var/health_threshold_dead = -100
var/revival_pod_plants = 1
var/revival_cloning = 1