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:
AnturK
2016-08-29 09:47:13 +02:00
committed by GitHub
8 changed files with 209 additions and 82 deletions
+3 -1
View File
@@ -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