Skip to content

Commit

Permalink
replaced old indestructible window sprite with nova one
Browse files Browse the repository at this point in the history
  • Loading branch information
KnigTheThrasher committed Jan 14, 2025
1 parent 8236c12 commit 08d4888
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/closed/indestructible.dm
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ NOVA EDIT REMOVAL END */
icon_state = "wall3"


/turf/closed/indestructible/fakeglass
/turf/closed/indestructible/fakeglass //IRIS EDIT OVERRIDEN IN MODULAR_IRIS/AESTHETICS
name = "window"
icon = MAP_SWITCH('icons/obj/smooth_structures/reinforced_window.dmi', 'icons/obj/smooth_structures/structure_variations.dmi')
icon_state = MAP_SWITCH("reinforced_window-0", "fake_window")
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/turf/closed/indestructible/fakeglass
icon = 'modular_nova/modules/aesthetics/windows/icons/r_window.dmi'
icon_state = "reinforced_window-0"
base_icon_state = "reinforced_window"
canSmoothWith = SMOOTH_GROUP_AIRLOCK + SMOOTH_GROUP_WINDOW_FULLTILE + SMOOTH_GROUP_WALLS
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6624,6 +6624,7 @@
#include "modular_iris\master_files\code\modules\client\preferences\say_prefs.dm"
#include "modular_iris\master_files\code\modules\mob\living\carbon\human\butts.dm"
#include "modular_iris\master_files\code\modules\mob\living\carbon\human\human.dm"
#include "modular_iris\modules\aesthetics\indestructible_things\indestructible.dm"
#include "modular_iris\modules\bodyparts\code\_mutant_bodyparts.dm"
#include "modular_iris\modules\customization\game\objects\items\plushes.dm"
#include "modular_iris\modules\customization\modules\client\augment\organs.dm"
Expand Down

0 comments on commit 08d4888

Please sign in to comment.