Skip to content

Commit

Permalink
Fixes pinpointer tracking admeme (#12912)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmixo authored May 8, 2023
1 parent 6c5b1a4 commit e171f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/pinpointer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
///The hive we're tracking
var/tracked_hivenumber = XENO_HIVE_NORMAL
///The list of hives we will never track
var/static/list/blacklisted_hivenumbers = list(XENO_HIVE_NONE, XENO_HIVE_CORRUPTED, XENO_HIVE_FALLEN)
var/static/list/blacklisted_hivenumbers = list(XENO_HIVE_NONE, XENO_HIVE_ADMEME, XENO_HIVE_FALLEN)

/obj/item/pinpointer/Initialize(mapload)
. = ..()
Expand Down

0 comments on commit e171f67

Please sign in to comment.