mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Merge pull request #20091 from Cruix/bigger_disks
Added technology and design disks that can hold more than one entry.
This commit is contained in:
@@ -140,7 +140,9 @@
|
||||
processing = 1
|
||||
var/obj/item/weapon/disk/design_disk/D = O
|
||||
if(do_after(user, 10, target = src))
|
||||
files.AddDesign2Known(D.blueprint)
|
||||
for(var/B in D.blueprints)
|
||||
if(B)
|
||||
files.AddDesign2Known(B)
|
||||
processing = 0
|
||||
return 1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user