Skip to content

Commit

Permalink
[MIRROR] Gives broken canisters a description [MDB IGNORE] (#24354)
Browse files Browse the repository at this point in the history
* Gives broken canisters a description (#79005)

## About The Pull Request

A torn apart canister. It looks like some metal can be salvaged with a
wrench.
## Why It's Good For The Game

It fixes a part of #79003, the rest seems like balance or qol changes.
## Changelog
:cl:
spellcheck: Broken canisters now have a description
/:cl:

* Gives broken canisters a description

---------

Co-authored-by: BlueMemesauce <47338680+BlueMemesauce@users.noreply.github.com>
  • Loading branch information
2 people authored and Iajret committed Oct 16, 2023
1 parent c1c3017 commit 9405075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/fluff.dm
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@

/obj/structure/fluff/broken_canister_frame
name = "broken canister frame"
desc = "A torn apart canister. It looks like some metal can be salvaged with a wrench."
icon_state = "broken_canister"
anchored = FALSE
density = TRUE
Expand Down

0 comments on commit 9405075

Please sign in to comment.