Skip to content

Commit

Permalink
Dropship hijack offset change (#4283)
Browse files Browse the repository at this point in the history
# About the pull request

I believe this is the correct change since we moved the docking_port on
dropships. Hopefully I didn't make it backwards 😳

# Explain why it's good for the game

Dropships crashing into space is bad.

# 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: Morrow
fix: Fixed dropship hijack offset
/:cl:
  • Loading branch information
morrowwolf authored Aug 30, 2023
1 parent 4ad2587 commit 883eb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/shuttle/dropship_hijack.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define HIJACK_CRASH_SITE_OFFSET_X -5
#define HIJACK_CRASH_SITE_OFFSET_Y -11
#define HIJACK_CRASH_SITE_OFFSET_X 0
#define HIJACK_CRASH_SITE_OFFSET_Y 0

/datum/dropship_hijack
var/obj/docking_port/mobile/shuttle
Expand Down

0 comments on commit 883eb9a

Please sign in to comment.