mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[MIRROR] Adds greyscale color selection to vending machines (#5814)
* Adds greyscale color selection to vending machines * conflicts? Co-authored-by: Emmett Gaines <ninjanomnom@gmail.com> Co-authored-by: KathrinBailey <53862927+KathrinBailey@users.noreply.github.com>
This commit is contained in:
co-authored by
Emmett Gaines
KathrinBailey
parent
954c884709
commit
c3a1b78d8f
@@ -81,7 +81,8 @@
|
||||
if(href_list[VV_HK_MODIFY_GREYSCALE])
|
||||
if(!check_rights(NONE))
|
||||
return
|
||||
var/datum/greyscale_modify_menu/menu = new(target, usr)
|
||||
var/datum/greyscale_modify_menu/menu = new(target, usr, SSgreyscale.configurations)
|
||||
menu.Unlock()
|
||||
menu.ui_interact(usr)
|
||||
if(href_list[VV_HK_CALLPROC])
|
||||
usr.client.callproc_datum(target)
|
||||
|
||||
Reference in New Issue
Block a user