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

Add Notice Me robot sign #2506

Merged
merged 1 commit into from
Mar 19, 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
Binary file modified mojave/icons/structure/wall_decor.dmi
Binary file not shown.
4 changes: 4 additions & 0 deletions mojave/structures/wall_decorations.dm
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@
desc = "DANGER. The text is apparent. But surely it's not relevant to you right now."
icon_state = "danger_sign"

/obj/structure/ms13/wall_decor/sign/notice_robot
name = "notice sign"
desc = "A sign indicating the presence of robots in the vicinity."
icon_state = "notice_robot"

/obj/structure/ms13/wall_decor/exit
name = "exit sign"
Expand Down
Loading