[MIRROR] next new to init (#10524)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-24 14:10:59 -07:00
committed by GitHub
parent 9156a08bf0
commit 55d696e503
165 changed files with 672 additions and 729 deletions

View File

@@ -154,7 +154,7 @@
desc = "Neutralizes toxins and provides a mild analgesic effect."
icon_state = "pill2"
/obj/item/reagent_containers/pill/airlock/New()
..()
/obj/item/reagent_containers/pill/airlock/Initialize(mapload)
. = ..()
reagents.add_reagent(REAGENT_ID_ANTITOXIN, 15)
reagents.add_reagent(REAGENT_ID_PARACETAMOL, 5)

View File

@@ -7,6 +7,6 @@
possible_transfer_amounts = null
volume = 80
/obj/item/reagent_containers/spray/windowsealant/New()
..()
/obj/item/reagent_containers/spray/windowsealant/Initialize(mapload)
. = ..()
reagents.add_reagent(REAGENT_ID_SILICATE, 80)