Merge pull request #4984 from Heroman3003/jello-equivalent-of-glass-bones

Undoes some VOREStation promethean nerfs
This commit is contained in:
Novacat
2019-04-11 12:33:49 -04:00
committed by GitHub
3 changed files with 1 additions and 29 deletions
@@ -9,13 +9,8 @@
"Rapala", "Neaera", "Stok", "Farwa", "Sobaka",
"Wolpin", "Saru", "Sparra")
heal_rate = 0.2 //As of writing, original was 0.5 - Slows regen speed (bad)
hunger_factor = 0.1 //As of writing, original was 0.2 - Slows hunger rate (good)
siemens_coefficient = 1 //As of writing, original was 0.4 (bad)
active_regen_mult = 0.66 //As of writing, original was 1 (good)
color_mult = 1
mob_size = MOB_MEDIUM //As of writing, original was MOB_SMALL - Allows normal swapping (good)
mob_size = MOB_MEDIUM //As of writing, original was MOB_SMALL - Allows normal swapping
trashcan = 1 //They have goopy bodies. They can just dissolve things within them.
appearance_flags = HAS_SKIN_COLOR | HAS_EYE_COLOR | HAS_HAIR_COLOR | RADIATION_GLOWS | HAS_UNDERWEAR
-22
View File
@@ -1,22 +0,0 @@
/obj/item/organ/external/chest/unbreakable/slime
max_damage = 50
/obj/item/organ/external/groin/unbreakable/slime
max_damage = 30
/obj/item/organ/external/arm/unbreakable/slime
max_damage = 8
/obj/item/organ/external/arm/right/unbreakable/slime
max_damage = 8
/obj/item/organ/external/leg/unbreakable/slime
max_damage = 8
/obj/item/organ/external/leg/right/unbreakable/slime
max_damage = 8
/obj/item/organ/external/foot/unbreakable/slime
max_damage = 8
/obj/item/organ/external/foot/right/unbreakable/slime
max_damage = 8
/obj/item/organ/external/hand/unbreakable/slime
max_damage = 8
/obj/item/organ/external/hand/right/unbreakable/slime
max_damage = 8
/obj/item/organ/external/head/unbreakable/slime
max_damage = 8