Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/KanohaShinobi/Civ13
Browse files Browse the repository at this point in the history
  • Loading branch information
KanohaShinobi committed May 28, 2024
2 parents 32b8242 + 95e6e1f commit 6ea87cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/_onclick/hud/base_screen_objects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -494,15 +494,15 @@
else
icon_state = "hand[slot_id==slot_l_hand ? "-l" : "-r"]"
//--------------------------------------------------inventory end---------------------------------------------------------

/obj/screen/aiming_cross
name = "aim"
icon = 'icons/mob/screen/aiming_cross.dmi'
icon_state = "cross3"
screen_loc = "7,7"
process_flag = TRUE
process_flag = FALSE
mouse_opacity = 0

/*
// disables cross for now...
/obj/screen/aiming_cross/New()
..()
update()
Expand All @@ -526,7 +526,7 @@
spawn(0.2)
update()
return

*/
//--------------------------------------------------health---------------------------------------------------------
/obj/screen/health
name = "health"
Expand Down

0 comments on commit 6ea87cc

Please sign in to comment.