Skip to content

Commit

Permalink
[MIRROR] fix rig mounted rcds not working
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckerMayhem authored and SuhEugene committed Sep 14, 2023
1 parent 39156d7 commit bef6f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/RCD.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"Computer Frame" = mutable_appearance('icons/screen/radial.dmi', "computer_dir"),
"Deconstruction" = mutable_appearance('icons/screen/radial.dmi', "delete"),
)
var/choice = show_radial_menu(user, src, options, require_near = TRUE, radius = 42, tooltips = TRUE, check_locs = list(src))
var/choice = show_radial_menu(user, user, options, require_near = TRUE, radius = 42, tooltips = TRUE, check_locs = list(src))

if (!choice || !user.use_sanity_check(src))
return
Expand Down

0 comments on commit bef6f45

Please sign in to comment.