Skip to content

Commit

Permalink
Merge pull request Civ13#2883 from HaultyAnonie/actually-aim-cross-fu…
Browse files Browse the repository at this point in the history
…ck-u

Disable the aiming cross, hotfix.
  • Loading branch information
KanohaShinobi authored May 28, 2024
2 parents c552a09 + 0398119 commit 6fc09d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/_onclick/hud/base_screen_objects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -495,12 +495,16 @@
icon_state = "hand[slot_id==slot_l_hand ? "-l" : "-r"]"
//--------------------------------------------------inventory end---------------------------------------------------------
/obj/screen/aiming_cross
alpha = 255
name = "disabled"
/*
name = "aim"
icon = 'icons/mob/screen/aiming_cross.dmi'
icon_state = "cross3"
screen_loc = "7,7"
process_flag = FALSE
mouse_opacity = 0
*/
/*
// disables cross for now...
/obj/screen/aiming_cross/New()
Expand Down

0 comments on commit 6fc09d0

Please sign in to comment.