mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] next new to init (#10524)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9156a08bf0
commit
55d696e503
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user