mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
* next new to init * . * this needs thorough testing * . * needs an istype * also vnotice * mvoe to defines
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
/obj/item/reagent_containers/spray/windowsealant
|
|
name = "Krak-b-gone"
|
|
desc = "A spray bottle of silicate sealant for rapid window repair."
|
|
icon = 'icons/obj/items_vr.dmi'
|
|
icon_state = "windowsealant"
|
|
item_state = "spraycan"
|
|
possible_transfer_amounts = null
|
|
volume = 80
|
|
|
|
/obj/item/reagent_containers/spray/windowsealant/Initialize(mapload)
|
|
. = ..()
|
|
reagents.add_reagent(REAGENT_ID_SILICATE, 80)
|