mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Fixed two bugs with the cyber implant bundle, ammo bag and cyber bundle no longer discountable
This commit is contained in:
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user