Fixed two bugs with the cyber implant bundle, ammo bag and cyber bundle no longer discountable

This commit is contained in:
AzuleUtama
2019-03-04 19:40:23 +00:00
parent eb468c9b0e
commit a5cd29f17b
2 changed files with 7 additions and 2 deletions
@@ -326,6 +326,7 @@
/obj/item/storage/box/cyber_implants/bundle/New()
..()
var/implant
while(contents.len <= amount + 1) // +1 for the autoimplanter.
while(amount > 0)
implant = pick(boxed)
new implant(src)
amount--