From 6d4131648c89d2d6a352ff5e9adb33e5b7f3dadd Mon Sep 17 00:00:00 2001 From: Casper3667 <8396443+Casper3667@users.noreply.github.com> Date: Sun, 6 Feb 2022 16:00:33 +0100 Subject: [PATCH 1/4] makes the hull shield make shielding over some floor types (#13105) --- code/modules/shieldgen/shield_gen_external.dm | 4 ++-- html/changelogs/HullShield.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/HullShield.yml diff --git a/code/modules/shieldgen/shield_gen_external.dm b/code/modules/shieldgen/shield_gen_external.dm index 5541bed6543..e65a4e9aa9e 100644 --- a/code/modules/shieldgen/shield_gen_external.dm +++ b/code/modules/shieldgen/shield_gen_external.dm @@ -23,7 +23,7 @@ // Ignore station areas. if (the_station_areas[T.loc]) continue - else if (istype(T, /turf/space) || istype(T, /turf/unsimulated/floor/asteroid) || isopenturf(T)) + else if (istype(T, /turf/space) || istype(T, /turf/unsimulated/floor/asteroid) || isopenturf(T) || istype(T, /turf/simulated/floor/reinforced) || istype(T, /turf/simulated/floor/plating)) for (var/uu in RANGE_TURFS(1, T)) U = uu if (T == U) @@ -49,7 +49,7 @@ // Ignore station areas. if (the_station_areas[T.loc]) continue - else if (istype(T, /turf/space) || istype(T, /turf/unsimulated/floor/asteroid) || isopenturf(T)) + else if (istype(T, /turf/space) || istype(T, /turf/unsimulated/floor/asteroid) || isopenturf(T) || istype(T, /turf/simulated/floor/reinforced) || istype(T, /turf/simulated/floor/plating)) for (var/uu in RANGE_TURFS(1, T)) U = uu if (T == U) diff --git a/html/changelogs/HullShield.yml b/html/changelogs/HullShield.yml new file mode 100644 index 00000000000..f4a9db917f5 --- /dev/null +++ b/html/changelogs/HullShield.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - tweak: "The hull shield generator now also makes shields over some floor types if they're in space." From eba7ce6d1eee98701685d405da166af903fd7105 Mon Sep 17 00:00:00 2001 From: AuroraBuildBot Date: Sun, 6 Feb 2022 15:01:05 +0000 Subject: [PATCH 2/4] "[ci skip] Automatic Build - 2022.02.06.15.01.05" --- html/changelog.html | 19 ++++++++++ html/changelogs/.all_changelog.yml | 16 ++++++++ html/changelogs/HullShield.yml | 6 --- html/changelogs/Wezzy_RobotResprite.yml | 50 ------------------------- 4 files changed, 35 insertions(+), 56 deletions(-) delete mode 100644 html/changelogs/HullShield.yml delete mode 100644 html/changelogs/Wezzy_RobotResprite.yml diff --git a/html/changelog.html b/html/changelog.html index b3a73683384..fae132e124d 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -35,6 +35,25 @@ -->
+

06 February 2022

+

TheGreyWolf updated:

+ +

Wowzewow, Cdey updated:

+ +

04 February 2022

BLUNTFORCE420 updated: