Skip to content

Commit

Permalink
Repaths Teleporter.dmi (tgstation#15969)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 authored Jun 1, 2024
1 parent ee22e20 commit ca9c09f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/structures/teleporter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
/obj/item/teleporter_kit
name = "\improper ASRS Bluespace teleporter"
desc = "A bluespace telepad for moving personnel and equipment across small distances to another prelinked teleporter. Ctrl+Click on a tile to deploy, use a wrench to undeploy, use a crowbar to remove the power cell."
icon = 'icons/Marine/teleporter.dmi'
icon = 'icons/obj/structures/teleporter.dmi'
icon_state = "teleporter"

max_integrity = 200
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/structures/teleporter_array.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/structure/teleporter_array
name = "TELEPORTER"
desc = "PLACEHOLDER."
icon = 'icons/Marine/teleporter.dmi'
icon = 'icons/obj/structures/teleporter.dmi'
icon_state = "teleporter"
obj_flags = NONE
density = FALSE
Expand Down
File renamed without changes.

0 comments on commit ca9c09f

Please sign in to comment.