diff --git a/code/game/objects/structures/whiteboard.dm b/code/game/objects/structures/whiteboard.dm index ec92486fa7a..9b242fd0140 100644 --- a/code/game/objects/structures/whiteboard.dm +++ b/code/game/objects/structures/whiteboard.dm @@ -291,3 +291,19 @@ GLOBAL_LIST_EMPTY(whiteboard_overlay_cache) /singleton/whiteboard/archeological name = "Archeological" icon_state = "overlay_14" + +/singleton/whiteboard/horizon + name = "SCCV Horizon" + icon_state = "overlay_15" + +/singleton/whiteboard/thrust + name = "Thrust diagram" + icon_state = "overlay_16" + +/singleton/whiteboard/navchart + name = "Navigation chart" + icon_state = "overlay_17" + +/singleton/whiteboard/tasks + name = "Task list" + icon_state = "overlay_18" diff --git a/html/changelogs/fabiank3-whiteboard-ship-diagram.yml b/html/changelogs/fabiank3-whiteboard-ship-diagram.yml new file mode 100644 index 00000000000..3f3a371b199 --- /dev/null +++ b/html/changelogs/fabiank3-whiteboard-ship-diagram.yml @@ -0,0 +1,6 @@ +author: FabianK3 + +delete-after: True + +changes: + - rscadd: "Added four new whiteboard overlays: SCCV Horizon, Navigation chart, Task list and Thrust diagram." diff --git a/icons/obj/whiteboard.dmi b/icons/obj/whiteboard.dmi index b8dc84dc568..ad90f6a6ccf 100644 Binary files a/icons/obj/whiteboard.dmi and b/icons/obj/whiteboard.dmi differ