Skip to content

Commit

Permalink
Mapping LV624 updated apc to the new standart where they autoname and…
Browse files Browse the repository at this point in the history
… pixel themself to the wall. (#6216)

# About the pull request
created a new subtype of APC for when they have no charge.
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
maptweak: some apc are a bit moved around to avoid them having a small
light on them.
/:cl:

---------

Co-authored-by: Julien <[email protected]>
  • Loading branch information
Huffie56 and Julien committed May 1, 2024
1 parent 7828d88 commit 3293a25
Show file tree
Hide file tree
Showing 12 changed files with 109 additions and 174 deletions.
4 changes: 4 additions & 0 deletions code/modules/power/apc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1372,3 +1372,7 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list(
crash_break_probability = 0

#undef APC_UPDATE_ICON_COOLDOWN

// apc that start at zero charge.
/obj/structure/machinery/power/apc/nocharge
start_charge = 0
Loading

0 comments on commit 3293a25

Please sign in to comment.