mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Fixes intrepid walls being seethrough (#14190)
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# wip (For works in progress)
|
||||
# tweak
|
||||
# soundadd
|
||||
# sounddel
|
||||
# rscadd (general adding of nice things)
|
||||
# rscdel (general deleting of nice things)
|
||||
# imageadd
|
||||
# imagedel
|
||||
# maptweak
|
||||
# spellcheck (typo fixes)
|
||||
# experiment
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: GrayRachnid
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- bugfix: "Fix intrepid walls being seethrough"
|
||||
|
||||
@@ -1953,7 +1953,8 @@
|
||||
"bBA" = (
|
||||
/obj/structure/shuttle_part{
|
||||
icon = 'icons/turf/shuttles_unique/scc_shuttle_pieces.dmi';
|
||||
icon_state = "mwr1"
|
||||
icon_state = "mwr1";
|
||||
opacity = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/intrepid/engine_compartment)
|
||||
@@ -2224,7 +2225,8 @@
|
||||
"bJr" = (
|
||||
/obj/structure/shuttle_part{
|
||||
icon = 'icons/turf/shuttles_unique/scc_shuttle_pieces.dmi';
|
||||
icon_state = "se2"
|
||||
icon_state = "se2";
|
||||
opacity = 1
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 1
|
||||
@@ -2654,7 +2656,8 @@
|
||||
"cbM" = (
|
||||
/obj/structure/shuttle_part{
|
||||
icon = 'icons/turf/shuttles_unique/scc_shuttle_pieces.dmi';
|
||||
icon_state = "mwr3"
|
||||
icon_state = "mwr3";
|
||||
opacity = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/intrepid/engine_compartment)
|
||||
@@ -7736,7 +7739,8 @@
|
||||
"geN" = (
|
||||
/obj/structure/shuttle_part{
|
||||
icon = 'icons/turf/shuttles_unique/scc_shuttle_pieces.dmi';
|
||||
icon_state = "mlw4"
|
||||
icon_state = "mlw4";
|
||||
opacity = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/intrepid/atmos_compartment)
|
||||
@@ -13449,7 +13453,8 @@
|
||||
"kMG" = (
|
||||
/obj/structure/shuttle_part{
|
||||
icon = 'icons/turf/shuttles_unique/scc_shuttle_pieces.dmi';
|
||||
icon_state = "se2"
|
||||
icon_state = "se2";
|
||||
opacity = 1
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 1
|
||||
@@ -14778,7 +14783,8 @@
|
||||
"lVN" = (
|
||||
/obj/structure/shuttle_part{
|
||||
icon = 'icons/turf/shuttles_unique/scc_shuttle_pieces.dmi';
|
||||
icon_state = "mlw1"
|
||||
icon_state = "mlw1";
|
||||
opacity = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/intrepid/atmos_compartment)
|
||||
@@ -24221,7 +24227,8 @@
|
||||
"tNx" = (
|
||||
/obj/structure/shuttle_part{
|
||||
icon = 'icons/turf/shuttles_unique/scc_shuttle_pieces.dmi';
|
||||
icon_state = "mlw2"
|
||||
icon_state = "mlw2";
|
||||
opacity = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/intrepid/atmos_compartment)
|
||||
@@ -26983,7 +26990,8 @@
|
||||
"weU" = (
|
||||
/obj/structure/shuttle_part{
|
||||
icon = 'icons/turf/shuttles_unique/scc_shuttle_pieces.dmi';
|
||||
icon_state = "mwr2"
|
||||
icon_state = "mwr2";
|
||||
opacity = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/intrepid/engine_compartment)
|
||||
|
||||
Reference in New Issue
Block a user