Adds ability to color patch packs in ChemMaster (#15244)

This commit is contained in:
dearmochi
2021-01-10 20:56:37 +00:00
committed by GitHub
parent 6c9bd82761
commit cc6c6d0389
5 changed files with 14 additions and 10 deletions
@@ -338,7 +338,7 @@
COLOR_MAROON = "Brown"
)
var/current = pill_bottle_wrappers[loaded_pill_bottle.wrapper_color] || "Default"
ui_modal_choice(src, id, "Please select a pill bottle wrapper:", null, arguments, current, pill_bottle_wrappers)
ui_modal_choice(src, id, "Please select a wrapper color:", null, arguments, current, pill_bottle_wrappers)
if("addcustom")
if(!beaker || !beaker.reagents.total_volume)
return