mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #11115 from VOREStation/Fixes/11114
Fix bioprinter alert box
This commit is contained in:
committed by
Chompstation Bot
parent
06d8845b5d
commit
5efcc8488b
@@ -132,7 +132,7 @@
|
||||
return
|
||||
|
||||
if(container)
|
||||
var/response = tgui_alert(user, "What do you want to do?", list("Bioprinter Menu", "Print Limbs", "Cancel"))
|
||||
var/response = tgui_alert(user, "What do you want to do?", "Bioprinter Menu", list("Print Limbs", "Cancel"))
|
||||
if(response == "Print Limbs")
|
||||
printing_menu(user)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user