mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
next new to init (#17400)
* next new to init * . * this needs thorough testing * . * needs an istype * also vnotice * mvoe to defines
This commit is contained in:
@@ -152,7 +152,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