Skip to content

Commit

Permalink
fix wrong type in link_processing
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraHell committed Jan 10, 2025
1 parent 3f20f9f commit 8e8a6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preference/link_processing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@
if("cogbar")
toggles3 ^= PREFTOGGLE_3_COGBAR_ANIMATIONS
if(length(parent?.screen))
var/atom/movable/screen/plane_master/cogbar/PM = locate(/atom/movable/screen/plane_master/point) in parent.screen
var/atom/movable/screen/plane_master/cogbar/PM = locate(/atom/movable/screen/plane_master/cogbar) in parent.screen
PM.backdrop(parent.mob)

if("be_special")
Expand Down

0 comments on commit 8e8a6c6

Please sign in to comment.