mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 22:54:32 +01:00
Zombie cure bottles / injectors for admins, no synth cures, updates comments (#25733)
* Zombie cure bottles / injectors for admins, no synth cures, updates comments * oops duplicate moment * removes abstract parent * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> * number 15, burger king --------- Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -431,11 +431,10 @@
|
||||
name = "secure vial storage box - 'Anti-Plague Sequences'"
|
||||
|
||||
/obj/item/storage/lockbox/vials/zombie_cure/populate_contents()
|
||||
for(var/count in 1 to 4)
|
||||
var/obj/item/reagent_containers/glass/bottle/cure = new /obj/item/reagent_containers/glass/bottle(src)
|
||||
cure.reagents.add_reagent("zombiecure[count]", 50)
|
||||
var/datum/reagent/temp = GLOB.chemical_reagents_list["zombiecure[count]"]
|
||||
cure.name = "[lowertext(temp.name)] bottle"
|
||||
new /obj/item/reagent_containers/glass/bottle/zombiecure1(src)
|
||||
new /obj/item/reagent_containers/glass/bottle/zombiecure2(src)
|
||||
new /obj/item/reagent_containers/glass/bottle/zombiecure3(src)
|
||||
new /obj/item/reagent_containers/glass/bottle/zombiecure4(src)
|
||||
|
||||
|
||||
///Aquatic Starter Kit
|
||||
|
||||
Reference in New Issue
Block a user