From 22a5b2f43626ed6d65e66a5e3823d659bd709951 Mon Sep 17 00:00:00 2001 From: Heroman Date: Tue, 9 Apr 2019 20:09:19 +1000 Subject: [PATCH 1/2] Undoes some VOREStation promethean nerfs --- .../human/species/station/prometheans_vr.dm | 6 ----- code/modules/organs/subtypes/slime_vr.dm | 22 ------------------- 2 files changed, 28 deletions(-) delete mode 100644 code/modules/organs/subtypes/slime_vr.dm diff --git a/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm b/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm index 633a851ddc1..f4e0518a37d 100644 --- a/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm @@ -9,13 +9,7 @@ "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) 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 diff --git a/code/modules/organs/subtypes/slime_vr.dm b/code/modules/organs/subtypes/slime_vr.dm deleted file mode 100644 index 270b194f5d2..00000000000 --- a/code/modules/organs/subtypes/slime_vr.dm +++ /dev/null @@ -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 From 9708c52d3f97a6b8d86748c60486fbe9c0a31359 Mon Sep 17 00:00:00 2001 From: Heroman Date: Wed, 10 Apr 2019 04:20:14 +1000 Subject: [PATCH 2/2] Fixes compile error, undoes a mechanic change --- .../mob/living/carbon/human/species/station/prometheans_vr.dm | 1 + vorestation.dme | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm b/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm index f4e0518a37d..6204f4d5ba6 100644 --- a/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm @@ -10,6 +10,7 @@ "Wolpin", "Saru", "Sparra") color_mult = 1 + 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 diff --git a/vorestation.dme b/vorestation.dme index 929b621c36f..8d7545801f0 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2518,7 +2518,6 @@ #include "code\modules\organs\subtypes\replicant.dm" #include "code\modules\organs\subtypes\seromi.dm" #include "code\modules\organs\subtypes\slime.dm" -#include "code\modules\organs\subtypes\slime_vr.dm" #include "code\modules\organs\subtypes\standard.dm" #include "code\modules\organs\subtypes\standard_vr.dm" #include "code\modules\organs\subtypes\unathi.dm"