From f0defaf5e06681ceed5701887fbe5d9df08a9021 Mon Sep 17 00:00:00 2001 From: wewman222 <77263223+wewman222@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:07:24 -0700 Subject: [PATCH 1/8] Update demihuman.dm --- .../mob/living/carbon/human/species_types/furry/demihuman.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/furry/demihuman.dm b/code/modules/mob/living/carbon/human/species_types/furry/demihuman.dm index bfffce18e..9f4880f4f 100644 --- a/code/modules/mob/living/carbon/human/species_types/furry/demihuman.dm +++ b/code/modules/mob/living/carbon/human/species_types/furry/demihuman.dm @@ -34,7 +34,6 @@ OFFSET_NECK_F = list(0,-1), OFFSET_MOUTH_F = list(0,-1), OFFSET_PANTS_F = list(0,0), \ OFFSET_SHIRT_F = list(0,0), OFFSET_ARMOR_F = list(0,0), OFFSET_UNDIES_F = list(0,-1), \ OFFSET_TAUR = list(-16,-1), OFFSET_TAUR_F = list(-16, -1),\ - ) specstats = list("strength" = 0, "perception" = 1, "intelligence" = -1, "constitution" = 0, "endurance" = 1, "speed" = -1, "fortune" = 0) specstats_f = list("strength" = -1, "perception" = 0, "intelligence" = 2, "constitution" = -1, "endurance" = 0, "speed" = 1, "fortune" = 0) From f20dd35869f6674793ef3427247ecea8e01d6fb9 Mon Sep 17 00:00:00 2001 From: wewman222 <77263223+wewman222@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:07:41 -0700 Subject: [PATCH 2/8] Update anthromorph.dm --- .../mob/living/carbon/human/species_types/furry/anthromorph.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/furry/anthromorph.dm b/code/modules/mob/living/carbon/human/species_types/furry/anthromorph.dm index 002956f0d..00e19583e 100644 --- a/code/modules/mob/living/carbon/human/species_types/furry/anthromorph.dm +++ b/code/modules/mob/living/carbon/human/species_types/furry/anthromorph.dm @@ -35,7 +35,6 @@ OFFSET_NECK_F = list(0,-1), OFFSET_MOUTH_F = list(0,-1), OFFSET_PANTS_F = list(0,0), \ OFFSET_SHIRT_F = list(0,0), OFFSET_ARMOR_F = list(0,0), OFFSET_UNDIES_F = list(0,-1), \ OFFSET_TAUR = list(-16,-1), OFFSET_TAUR_F = list(-16, -1),\ - ) specstats = list("strength" = 0, "perception" = 1, "intelligence" = -1, "constitution" = 0, "endurance" = 1, "speed" = -1, "fortune" = 0) specstats_f = list("strength" = -1, "perception" = 0, "intelligence" = 2, "constitution" = -1, "endurance" = 0, "speed" = 1, "fortune" = 0) From 0d5ecd3e75c6cacc9c455f502bf116cfd0d29fcf Mon Sep 17 00:00:00 2001 From: wewman222 <77263223+wewman222@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:08:03 -0700 Subject: [PATCH 3/8] Update demimacro.dm --- .../mob/living/carbon/human/species_types/furry/demimacro.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/furry/demimacro.dm b/code/modules/mob/living/carbon/human/species_types/furry/demimacro.dm index 3a5f9b158..67b6d5c31 100644 --- a/code/modules/mob/living/carbon/human/species_types/furry/demimacro.dm +++ b/code/modules/mob/living/carbon/human/species_types/furry/demimacro.dm @@ -34,7 +34,6 @@ OFFSET_NECK_F = list(0,-1), OFFSET_MOUTH_F = list(0,-1), OFFSET_PANTS_F = list(0,0), \ OFFSET_SHIRT_F = list(0,0), OFFSET_ARMOR_F = list(0,0), OFFSET_UNDIES_F = list(0,-1), \ OFFSET_TAUR = list(-16,-1), OFFSET_TAUR_F = list(-16, -1),\ - ) specstats = list("strength" = 0, "perception" = 1, "intelligence" = -1, "constitution" = 0, "endurance" = 1, "speed" = -1, "fortune" = 0) specstats_f = list("strength" = -1, "perception" = 0, "intelligence" = 2, "constitution" = -1, "endurance" = 0, "speed" = 1, "fortune" = 0) From 150b5c8aec8daf6a969b81ad79782a9bc22a4f98 Mon Sep 17 00:00:00 2001 From: wewman222 <77263223+wewman222@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:08:22 -0700 Subject: [PATCH 4/8] Update anthromacro.dm --- .../mob/living/carbon/human/species_types/furry/anthromacro.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/furry/anthromacro.dm b/code/modules/mob/living/carbon/human/species_types/furry/anthromacro.dm index 5ade4babb..4e06af718 100644 --- a/code/modules/mob/living/carbon/human/species_types/furry/anthromacro.dm +++ b/code/modules/mob/living/carbon/human/species_types/furry/anthromacro.dm @@ -37,7 +37,6 @@ OFFSET_NECK_F = list(0,-1), OFFSET_MOUTH_F = list(0,-1), OFFSET_PANTS_F = list(0,0), \ OFFSET_SHIRT_F = list(0,0), OFFSET_ARMOR_F = list(0,0), OFFSET_UNDIES_F = list(0,-1), \ OFFSET_TAUR = list(-16,-1), OFFSET_TAUR_F = list(-16, -1),\ - ) specstats = list("strength" = 0, "perception" = 1, "intelligence" = -1, "constitution" = 0, "endurance" = 1, "speed" = -1, "fortune" = 0) specstats_f = list("strength" = -1, "perception" = 0, "intelligence" = 2, "constitution" = -1, "endurance" = 0, "speed" = 1, "fortune" = 0) From 88a43eab86d90126801a396be40631c126586729 Mon Sep 17 00:00:00 2001 From: wewman222 <77263223+wewman222@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:19:43 -0800 Subject: [PATCH 5/8] Update roguetown.dm --- .../jobs/job_types/roguetown/roguetown.dm | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/code/modules/jobs/job_types/roguetown/roguetown.dm b/code/modules/jobs/job_types/roguetown/roguetown.dm index 246c36e0d..245161044 100644 --- a/code/modules/jobs/job_types/roguetown/roguetown.dm +++ b/code/modules/jobs/job_types/roguetown/roguetown.dm @@ -47,25 +47,6 @@ /datum/outfit/job/roguetown/pre_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() - if(H.dna?.species) - if(isanthrom(H)) - H.change_stat("strength", 8) - H.change_stat("constitution", 8) - H.change_stat("endurance", 8) - H.change_stat("speed", -8) - H.change_stat("speed", -4) - H.transform = H.transform.Scale(2.25, 2.25) - H.transform = H.transform.Translate(0, (0.25 * 16)) - H.update_transform() - if(isdemim(H)) - H.change_stat("strength", 8) - H.change_stat("constitution", 8) - H.change_stat("endurance", 8) - H.change_stat("speed", -8) - H.change_stat("speed", -4) - H.transform = H.transform.Scale(2.25, 2.25) - H.transform = H.transform.Translate(0, (0.25 * 16)) - H.update_transform() var/datum/patron/old_patron = H.patron if(length(allowed_patrons) && (!old_patron || !(old_patron.type in allowed_patrons))) var/list/datum/patron/possiblegods = list() @@ -104,6 +85,25 @@ /datum/outfit/job/roguetown/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() + if(H.dna?.species) + if(isanthrom(H)) + H.change_stat("strength", 8) + H.change_stat("constitution", 8) + H.change_stat("endurance", 8) + H.change_stat("speed", -8) + H.change_stat("speed", -4) + H.transform = H.transform.Scale(2.25, 2.25) + H.transform = H.transform.Translate(0, (0.25 * 16)) + H.update_transform() + if(isdemim(H)) + H.change_stat("strength", 8) + H.change_stat("constitution", 8) + H.change_stat("endurance", 8) + H.change_stat("speed", -8) + H.change_stat("speed", -4) + H.transform = H.transform.Scale(2.25, 2.25) + H.transform = H.transform.Translate(0, (0.25 * 16)) + H.update_transform() if(H.mind) if(H.ckey) if(check_crownlist(H.ckey)) From c5d25c664468aeb4953d4aeae92e8283a7f58c30 Mon Sep 17 00:00:00 2001 From: wewman222 <77263223+wewman222@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:20:20 -0800 Subject: [PATCH 6/8] Update demihuman.dm From f18905e1c65af1681e13b961062b788a0427688b Mon Sep 17 00:00:00 2001 From: wewman222 <77263223+wewman222@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:20:33 -0800 Subject: [PATCH 7/8] Update demihuman.dm From 6c196e0c1474cc9ab5488a735598d576269caed1 Mon Sep 17 00:00:00 2001 From: wewman222 <77263223+wewman222@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:20:57 -0800 Subject: [PATCH 8/8] Update anthromorph.dm