we the good format now

This commit is contained in:
Tails2091
2018-07-29 13:53:45 -04:00
parent b08653c35a
commit fef2b4c002
+1 -1
View File
@@ -130,7 +130,7 @@
/obj/item/storage/pill_bottle/random_meds/New()
..()
for(var/i=1, i<storage_slots, i++) // Why was this a while loop?
for(var/i in 1 to storage_slots)
var/list/possible_medicines = standard_medicines.Copy()
if(prob(50))
possible_medicines += rare_medicines.Copy()