[NO GBP] Actually fixing the greyscale_modify_menu. (#77208)

## About The Pull Request
EDIT: So, I've to admit and bow my head: #77165 fucked up because I
hadn't properly tested the code. However, this time around, I can assure
you it's been tested.

## Why It's Good For The Game
Fixing my mistakes. This will fix #77246 

## Changelog
N/A.
This commit is contained in:
Ghom
2023-08-01 23:39:46 +02:00
committed by GitHub
parent f1b0ef0ff9
commit 7945598305
5 changed files with 27 additions and 14 deletions
@@ -140,7 +140,7 @@
if(href_list[VV_HK_MODIFY_GREYSCALE])
if(!check_rights(NONE))
return
var/datum/greyscale_modify_menu/menu = new(target, usr, SSgreyscale.configurations, specific_ui_state = GLOB.always_state)
var/datum/greyscale_modify_menu/menu = new(target, usr, SSgreyscale.configurations, vv_mode = TRUE)
menu.Unlock()
menu.ui_interact(usr)
if(href_list[VV_HK_CALLPROC])