[MIRROR] Better borg modules (#11095)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-06-20 22:04:56 +02:00
committed by GitHub
co-authored by Cameron Lennox Kashargul
parent 85abe91473
commit f7e20d021e
78 changed files with 1785 additions and 1133 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
var/message = "Sheet-[used_stack.name] ([used_stack.get_amount()] sheet\s left)"
var/choice = tgui_input_list(user, message, "Window Construction", window_options)
if(!choice || !used_stack || !user || used_stack.loc != user || user.stat || user.loc != T)
if(!choice || !used_stack || !user || (used_stack.loc != user && !isrobot(user)) || user.stat || user.loc != T)
return 1
// Get data for building windows here.