mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[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:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user