mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user