From f08c2a306632f3e565577e81491df264c0d997d4 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Fri, 9 Jun 2017 19:53:48 -1000 Subject: [PATCH] now to figure out what to do if nothing drops --- gw-record.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gw-record.php b/gw-record.php index a823827..8933999 100644 --- a/gw-record.php +++ b/gw-record.php @@ -117,16 +117,19 @@ if ($whatdropped == "1"){ echo ''; } echo ' '; - echo ' and gold pieces.'; + echo ' and gold pieces.'; echo ''; echo ''; echo '

'; +} else if ($whatdropped == "4"){ + echo 'If nothing dropped, come back in 30 days and try again!'; } else { echo '
'; + echo ''; + echo ''; echo ''; echo ''; echo '
';