Skip to content

Commit

Permalink
Tweaking borer hud.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Jan 23, 2025
1 parent fe6a427 commit 5e6a027
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mods/mobs/borers/mob/borer/borer_hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
/datum/hud/animal/borer
omit_hud_elements = list(
/decl/hud_element/movement,
/decl/hud_element/stamina,
/decl/hud_element/zone_selector,
/decl/hud_element/upward,
/decl/hud_element/intent
/decl/hud_element/stamina
)
additional_hud_elements = list(
/decl/hud_element/borer/inject_chemicals,
Expand Down Expand Up @@ -54,6 +51,7 @@
/obj/screen/borer
icon = 'mods/mobs/borers/icons/borer_ui.dmi'
requires_ui_style = FALSE
use_supplied_ui_icon = FALSE

/obj/screen/borer/handle_click(mob/user, params)
if(!isborer(user))
Expand Down

0 comments on commit 5e6a027

Please sign in to comment.