From fba88fb9b5a82937b7198972e18bf7587aa7c297 Mon Sep 17 00:00:00 2001 From: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:55:44 -0400 Subject: [PATCH] Adds the Everfull Mug ito tendril loot and also the wizard space ruins (#25924) * Chaplains in shambles * Applies suggestion from Sirryan Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com> * Replaces Inferno clusterbang with Everfull * Removes unnecessary whitespace Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com> --------- Signed-off-by: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> --- code/modules/awaymissions/mission_code/ruins/wizardcrash.dm | 5 +++-- code/modules/mining/lavaland/necropolis_chests.dm | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/awaymissions/mission_code/ruins/wizardcrash.dm b/code/modules/awaymissions/mission_code/ruins/wizardcrash.dm index be522b5ebb3..62b288870a7 100644 --- a/code/modules/awaymissions/mission_code/ruins/wizardcrash.dm +++ b/code/modules/awaymissions/mission_code/ruins/wizardcrash.dm @@ -19,11 +19,12 @@ /obj/item/spellbook/oneuse/knock = 1, // tresspassing charges incoming /obj/item/gun/magic/wand/resurrection = 1, // medbay's best friend /obj/item/tarot_generator = 1, // A little bit of everything, all of the time. - /obj/item/spellbook/oneuse/charge = 20, // and now for less useful stuff to dilute the good loot chances + /obj/item/spellbook/oneuse/charge = 15, // and now for less useful stuff to dilute the good loot chances /obj/item/spellbook/oneuse/summonitem = 20, /obj/item/spellbook/oneuse/forcewall = 10, /obj/item/tarot_card_pack = 10, /obj/item/tarot_card_pack/jumbo = 6, /obj/item/tarot_card_pack/mega = 4, - /obj/item/book/granter/spell/summon_cheese = 15 // hungry wizard stuff + /obj/item/book/granter/spell/summon_cheese = 10, // hungry wizard stuff + /obj/item/reagent_containers/drinks/everfull = 10 // Cheese and wine ) diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 077b6e1037b..b2764644889 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -61,7 +61,7 @@ if(19) new /obj/item/gun/magic/hook(src) if(20) - new /obj/item/grenade/clusterbuster/inferno(src) + new /obj/item/reagent_containers/drinks/everfull(src) if(21) new /obj/item/reagent_containers/drinks/bottle/holywater/hell(src) if(22)