Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rusty walls sprites #176

Merged
merged 1 commit into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/datums/elements/rust.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// The rust image itself, since the icon and icon state are only used as an argument
var/image/rust_overlay

/datum/element/rust/Attach(atom/target, rust_icon = 'icons/effects/rust_overlay.dmi', rust_icon_state = "rust_default")
/datum/element/rust/Attach(atom/target, rust_icon = 'modular_bandastation/aesthetics/walls/icons/rust_overlay.dmi', rust_icon_state = "rust_default") // SS220 EDIT - AESTHETICS
. = ..()
if(!isatom(target))
return ELEMENT_INCOMPATIBLE
Expand Down
4 changes: 2 additions & 2 deletions code/game/turfs/closed/wall/reinf_walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@
// We don't react to smoothing changing here because this else exists only to "revert" intact changes
/turf/closed/wall/r_wall/update_icon_state()
if(d_state != INTACT)
icon = 'icons/turf/walls/reinforced_states.dmi'
icon = 'modular_bandastation/aesthetics/walls/icons/reinforced_states.dmi' // SS220 EDIT - AESTHETICS
icon_state = "[base_decon_state]-[d_state]"
else
icon = 'icons/turf/walls/reinforced_wall.dmi'
icon = 'modular_bandastation/aesthetics/walls/icons/reinforced_wall.dmi' // SS220 EDIT - AESTHETICS
icon_state = "[base_icon_state]-[smoothing_junction]"
return ..()

Expand Down
1 change: 0 additions & 1 deletion modular_bandastation/aesthetics/walls/code/walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
canSmoothWith = SMOOTH_GROUP_SHUTTLE_PARTS + SMOOTH_GROUP_AIRLOCK + SMOOTH_GROUP_WINDOW_FULLTILE_SHUTTLE + SMOOTH_GROUP_TITANIUM_WALLS

// Falsewalls

/obj/structure/falsewall
icon = 'modular_bandastation/aesthetics/walls/icons/false_walls.dmi'
base_icon_state = "wall"
Expand Down
Binary file not shown.
Binary file modified modular_bandastation/aesthetics/walls/icons/reinforced_wall.dmi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading