From f501de020ecca40878c6cb3f6f426d0f082598c8 Mon Sep 17 00:00:00 2001 From: evilew Date: Sat, 1 Feb 2025 18:03:47 +0100 Subject: [PATCH] tweaks - removed obj damage from magehands - added xenoarch to areas excluded from size uncap - fixed a typo in a lore note - brought back xeno queen sprites that are more in tune with Geiger's designs --- GainStation13/code/game/lore_papers.dm | 2 +- GainStation13/code/mechanics/fatness.dm | 2 +- GainStation13/code/mobs/chocoslime.dm | 3 +++ code/modules/mob/living/carbon/alien/humanoid/queen.dm | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/GainStation13/code/game/lore_papers.dm b/GainStation13/code/game/lore_papers.dm index d8015ee757..e7acbaf7e7 100644 --- a/GainStation13/code/game/lore_papers.dm +++ b/GainStation13/code/game/lore_papers.dm @@ -611,4 +611,4 @@ /obj/item/paper/fluff/ruins/gateway_fats/facility_report8 name = "Report #192 A38 - Lipoifium" - info = "Subject 2 - Male, Anthropomorphic Fox, blue fur. Name: Sam S. At the beginning of the testing, subject was recorded to have weight of 160lbs. After a day minutes of exposure, their weight went into quadruple digits. Testing had to be concluded due to insufficient build of the test chamber. More detailed report found in the system." + info = "Subject 2 - Male, Anthropomorphic Fox, blue fur. Name: Sam S. At the beginning of the testing, subject was recorded to have weight of 160lbs. After a day of exposure, their weight went into quadruple digits. Testing had to be concluded due to insufficient build of the test chamber. More detailed report found in the system." diff --git a/GainStation13/code/mechanics/fatness.dm b/GainStation13/code/mechanics/fatness.dm index de09afe0f4..a54de92719 100644 --- a/GainStation13/code/mechanics/fatness.dm +++ b/GainStation13/code/mechanics/fatness.dm @@ -1,4 +1,4 @@ -GLOBAL_LIST_INIT(uncapped_resize_areas, list(/area/command/bridge, /area/maintenance, /area/security/prison, /area/holodeck, /area/commons/vacant_room/office, /area/space, /area/ruin, /area/lavaland, /area/awaymission, /area/centcom, /area/fatlab)) +GLOBAL_LIST_INIT(uncapped_resize_areas, list(/area/command/bridge, /area/maintenance, /area/security/prison, /area/holodeck, /area/commons/vacant_room/office, /area/space, /area/ruin, /area/lavaland, /area/awaymission, /area/centcom, /area/fatlab, /area/xenoarch)) /mob/living var/burpslurring = 0 //GS13 - necessary due to "say" being defined by mob/living diff --git a/GainStation13/code/mobs/chocoslime.dm b/GainStation13/code/mobs/chocoslime.dm index 436fdb5a36..e9addd0cf5 100644 --- a/GainStation13/code/mobs/chocoslime.dm +++ b/GainStation13/code/mobs/chocoslime.dm @@ -112,6 +112,9 @@ see_in_dark = 10 maxHealth = 20 health = 20 + obj_damage = 0 + melee_damage_lower = 0.001 + melee_damage_upper = 0.001 blood_volume = 0 //don't want it to bleed del_on_death = TRUE //it's an apparition, shouldn't have a body movement_type = FLYING diff --git a/code/modules/mob/living/carbon/alien/humanoid/queen.dm b/code/modules/mob/living/carbon/alien/humanoid/queen.dm index a5ef90f283..a025d2a0fd 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/queen.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/queen.dm @@ -1,6 +1,6 @@ /mob/living/carbon/alien/humanoid/royal //Common stuffs for Praetorian and Queen - icon = 'icons/mob/alienqueen.dmi' + icon = 'GainStation13/icons/mob/alienqueen.dmi' //GS13 - swapping out xeno queen sprites to be more in tune with Geiger's designs status_flags = 0 unique_name = 0 pixel_x = -16