8000 Fixes flock telepad (why do they have one anyway) by Laboredih123 · Pull Request #23772 · goonstation/goonstation · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fixes flock telepad (why do they have one anyway) #23772

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

Merged
merged 1 commit into from
Jun 8, 2025
Merged
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
2 changes: 2 additions & 0 deletions code/obj/flock/trader.dm
4E7A
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ TYPEINFO(/turf/simulated/floor/shuttlebay/flock)
// TELEPORT MARKER
///////////////////
/obj/fakeobject/flock/telepad
plane = PLANE_NOSHADOW_BELOW
layer = FLOOR_EQUIP_LAYER1
icon_state = "telemarker"
name = "glowing marker"
desc = "I got nothin'."
Expand Down
0