mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #5942 from Anewbe/headgibs
Headgibbing is a config thing
This commit is contained in:
@@ -130,6 +130,7 @@ var/list/gamemode_cache = list()
|
||||
var/organ_regeneration_multiplier = 1
|
||||
var/organs_decay
|
||||
var/default_brain_health = 400
|
||||
var/allow_headgibs = FALSE
|
||||
|
||||
//Paincrit knocks someone down once they hit 60 shock_stage, so by default make it so that close to 100 additional damage needs to be dealt,
|
||||
//so that it's similar to HALLOSS. Lowered it a bit since hitting paincrit takes much longer to wear off than a halloss stun.
|
||||
@@ -792,6 +793,8 @@ var/list/gamemode_cache = list()
|
||||
config.bones_can_break = value
|
||||
if("limbs_can_break")
|
||||
config.limbs_can_break = value
|
||||
if("allow_headgibs")
|
||||
config.allow_headgibs = TRUE
|
||||
|
||||
if("run_speed")
|
||||
config.run_speed = value
|
||||
|
||||
Reference in New Issue
Block a user