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

Emergency suit acid survival time buff + awareness posters #11646

Merged
merged 5 commits into from Nov 1, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions code/obj/decal/poster.dm
Expand Up @@ -848,6 +848,12 @@
icon = 'icons/obj/decals/posters.dmi'
icon_state = "bucket" // sprite by BatElite!

keep_it_or_melt
name = "KEEP IT or MELT"
desc = "A poster depicting an emergency suit with large text that reads \"KEEP IT or MELT\". A tiny row of text at the bottom reads \"All personnel receive suits rated for three minutes of exposure.\""
icon = 'icons/obj/decals/posters.dmi'
icon_state = "keep_it_or_melt"

eiffelposter //for Jan's office
desc = "A poster of the Eiffel Tower in Paris, France."
name = "Eiffel Poster"
Expand Down
1 change: 1 addition & 0 deletions code/obj/item/clothing/hats.dm
Expand Up @@ -130,6 +130,7 @@ proc/filter_trait_hats(var/type)
hides_from_examine = C_EARS|C_MASK|C_GLASSES
seal_hair = 1
path_prot = 0
acid_survival_time = 3 MINUTES

setupProperties()
..()
Expand Down
1 change: 1 addition & 0 deletions code/obj/item/clothing/suits.dm
Expand Up @@ -1090,6 +1090,7 @@
c_flags = SPACEWEAR
body_parts_covered = TORSO|LEGS|ARMS
var/rip = 0
acid_survival_time = 3 MINUTES

setupProperties()
..()
Expand Down
Binary file modified icons/obj/decals/posters.dmi
Binary file not shown.