From 36c4d8df4c1adeb21d1c3778a83d2c277392eaf1 Mon Sep 17 00:00:00 2001 From: SilverNexus Date: Sat, 18 Mar 2023 07:07:08 -0400 Subject: [PATCH] Make the new healing potions yield empty flasks when consumed. --- spell/Potion/potions.artifacts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spell/Potion/potions.artifacts b/spell/Potion/potions.artifacts index 9fb715817..24449e65b 100644 --- a/spell/Potion/potions.artifacts +++ b/spell/Potion/potions.artifacts @@ -124,6 +124,7 @@ face potion_tiny_red_swirling.111 type 5 value 1 other_arch spell_minor_healing +on_use_yield potion_empty end # Allowed potion_generic @@ -134,6 +135,7 @@ face potion_mediumtapered_red_swirling.111 type 5 value 3 other_arch spell_medium_healing +on_use_yield potion_empty end # Allowed potion_generic @@ -144,6 +146,7 @@ face potion_largesquare_red_swirling.111 type 5 value 1 other_arch spell_major_healing +on_use_yield potion_empty end # Allowed balm_generic