Skip to content

Commit

Permalink
Fix last shit
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele committed Dec 23, 2023
1 parent 66a90eb commit 47e8425
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions code/modules/holomaps/holomap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,3 @@

else
return HOLOMAP_AREACOLOR_HALLWAYS

#define HOLOMAP_DRAW_NORMAL 0
#define HOLOMAP_DRAW_FULL 1
#define HOLOMAP_DRAW_EMPTY 2
#define HOLOMAP_DRAW_PATH 3
#define HOLOMAP_DRAW_HALLWAY 4
2 changes: 1 addition & 1 deletion code/modules/holomaps/holomarker_component.dm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
if(H == src)
continue

if(istype(H, /datum/component/holomarker/toggleable/transmitting))
if(istype(H, /datum/component/holomarker/toggleable/transmitting) || istype(H, /datum/component/holomarker/toggleable))
continue

if(!isnull(marker_filter) && H.marker_filter != marker_filter)
Expand Down

0 comments on commit 47e8425

Please sign in to comment.