Merge pull request #10990 from AzuleUtama/cyberImplantNukeFix

Cyber implant bundle fix and Discount balancing
This commit is contained in:
variableundefined
2019-03-08 22:31:14 +08:00
committed by GitHub
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--