Skip to content

Commit

Permalink
[MIRROR] New docking port sprites (#2060) (#2956)
Browse files Browse the repository at this point in the history
* New docking port sprites (#82729)

* New docking port sprites

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Thunder12345 <[email protected]>
  • Loading branch information
3 people authored Apr 19, 2024
1 parent 156d136 commit 0213412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/shuttle/shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//NORTH default dir
/obj/docking_port
invisibility = INVISIBILITY_ABSTRACT
icon = 'icons/obj/devices/tracker.dmi'
icon_state = "pinonfar"
icon = 'icons/effects/docking_ports.dmi'
icon_state = "static"

resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
anchored = TRUE
Expand Down Expand Up @@ -436,7 +436,7 @@

/obj/docking_port/mobile
name = "shuttle"
icon_state = "pinonclose"
icon_state = "mobile"

area_type = SHUTTLE_DEFAULT_SHUTTLE_AREA_TYPE

Expand Down
Binary file added icons/effects/docking_ports.dmi
Binary file not shown.

0 comments on commit 0213412

Please sign in to comment.