Skip to content

Commit

Permalink
uranium walls
Browse files Browse the repository at this point in the history
  • Loading branch information
CannibalHunter committed Oct 1, 2024
1 parent 4414655 commit 5732cbb
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,5 @@ config/dbconfig.txt

# Running OpenDream locally
tgstation.json
_maps/map_files/debug/wallsanddoorstest.dmm
_maps/wallsanddoorstest.json
2 changes: 2 additions & 0 deletions monkestation/code/modules/aesthetics/walls/_closed.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/turf/closed/indestructible/riveted/uranium
icon = 'monkestation/icons/turf/walls/uranium_wall.dmi'
5 changes: 5 additions & 0 deletions monkestation/code/modules/aesthetics/walls/false_walls.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/obj/structure/falsewall/titanium
icon = 'monkestation/icons/turf/walls/shuttle_wall.dmi'

/obj/structure/falsewall/uranium
icon = 'monkestation/icons/turf/walls/uranium_wall.dmi'
7 changes: 2 additions & 5 deletions monkestation/code/modules/aesthetics/walls/mineral_walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
/turf/closed/wall/mineral/titanium/nodiagonal
icon = 'monkestation/icons/turf/walls/shuttle_wall.dmi'

/obj/structure/falsewall/titanium
icon = 'monkestation/icons/turf/walls/shuttle_wall.dmi'

/obj/structure/tramwall/titanium
icon = 'monkestation/icons/turf/walls/tram_wall.dmi'
/turf/closed/wall/mineral/uranium
icon = 'monkestation/icons/turf/walls/uranium_wall.dmi'
6 changes: 6 additions & 0 deletions monkestation/code/modules/aesthetics/walls/tram_walls.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/obj/structure/tramwall/titanium
icon = 'monkestation/icons/turf/walls/tram_wall.dmi'


/obj/structure/tramwall/uranium
icon = 'monkestation/icons/turf/walls/uranium_wall.dmi'
Binary file added monkestation/icons/turf/walls/uranium_wall.dmi
Binary file not shown.
3 changes: 3 additions & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6013,8 +6013,11 @@
#include "monkestation\code\modules\aesthetics\objects\window_sill.dm"
#include "monkestation\code\modules\aesthetics\objects\windows.dm"
#include "monkestation\code\modules\aesthetics\subsystem\coloring.dm"
#include "monkestation\code\modules\aesthetics\walls\_closed.dm"
#include "monkestation\code\modules\aesthetics\walls\false_walls.dm"
#include "monkestation\code\modules\aesthetics\walls\iron.dm"
#include "monkestation\code\modules\aesthetics\walls\mineral_walls.dm"
#include "monkestation\code\modules\aesthetics\walls\tram_walls.dm"
#include "monkestation\code\modules\antagonists\_common\antag_datum.dm"
#include "monkestation\code\modules\antagonists\_common\antag_hud.dm"
#include "monkestation\code\modules\antagonists\abductor\abductor.dm"
Expand Down

0 comments on commit 5732cbb

Please sign in to comment.