More cleaning and updates in prep for 3.6.0

This commit is contained in:
Duke Leto
2020-12-16 23:20:06 -05:00
parent 97887c9166
commit 1a481f401c
48 changed files with 149 additions and 25 deletions

View File

@@ -1,5 +1,8 @@
// Copyright (c) 2016-2020 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/*
* Function(s) for dealing with potions
* Function(s) for dealing with potions, mmmmmmmmmm, potionzzzzzzz
*
* @(#)potions.c 4.46 (Berkeley) 06/07/83
*
@@ -55,8 +58,7 @@ static PACT p_actions[] =
* Quaff a potion from the pack
*/
void
quaff(struct rogue_state *rs)
void quaff(struct rogue_state *rs)
{
THING *obj, *tp, *mp;
bool discardit = FALSE;