Skip to content

Commit

Permalink
Rename teleportation.dm to locator.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
out-of-phaze committed Jan 30, 2025
1 parent 8c3846e commit 31fb5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
/* Teleportation devices.
* Contains:
* Locator
* Hand-tele
*/

/*
* Locator
*/
/obj/item/locator
name = "locator"
desc = "Used to track those with locater implants."
desc = "Used to track those with locator implants."
icon = 'icons/obj/items/device/locator.dmi'
icon_state = ICON_STATE_WORLD
var/temp = null
Expand Down
2 changes: 1 addition & 1 deletion nebula.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
#include "code\game\objects\items\weapons\handcuffs.dm"
#include "code\game\objects\items\weapons\ironing_iron.dm"
#include "code\game\objects\items\weapons\janitor_sign.dm"
#include "code\game\objects\items\weapons\locator.dm"
#include "code\game\objects\items\weapons\mop.dm"
#include "code\game\objects\items\weapons\nuclear_cylinder.dm"
#include "code\game\objects\items\weapons\paint.dm"
Expand All @@ -1286,7 +1287,6 @@
#include "code\game\objects\items\weapons\swords_axes_etc.dm"
#include "code\game\objects\items\weapons\tape.dm"
#include "code\game\objects\items\weapons\tech_disks.dm"
#include "code\game\objects\items\weapons\teleportation.dm"
#include "code\game\objects\items\weapons\towels.dm"
#include "code\game\objects\items\weapons\traps.dm"
#include "code\game\objects\items\weapons\weaponry.dm"
Expand Down

0 comments on commit 31fb5cc

Please sign in to comment.