Skip to content

Commit

Permalink
Merge pull request #3 from 11BelowStudio/develop
Browse files Browse the repository at this point in the history
wowwee cool preview image in the readme
  • Loading branch information
11BelowStudio authored May 31, 2024
2 parents b30e7af + 70c3194 commit 12851c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Please ensure you have Mudlet installed and are using Mudlet.
And, again, this is *only intended to be used for MUD2!*
This is very unlikely to work on any other MUD, so don't try it.

![a screenshot of MUDKIP being used in mudlet](/docs/readme.png)

## Installation and Uninstallation

### Installation
Expand All @@ -31,6 +33,8 @@ Open your MUD2 profile in mudlet and enter this command:

`lua uninstallPackage("MUDKIP_Mud2")`

(or just use mudlet's package manager menu thing to uninstall it)

## Usage

The main thing *MUDKIP* does is add the status indicators
Expand Down
Binary file added docs/readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/scripts/MUDKIP_Mud2/UI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function MUDKIP_Mud2.ui:updateStaminaBarOld(_stam, _maxStam)
stambar:setColor("#668800")
elseif hpPercent <= 80 then
stambar:setColor("#448800")
elseif hpPercent == 100 then
elseif hpPercent >= 100 then
stambar:setColor("#00d000")
stamSuffix = ". Good job!"
else
Expand Down

0 comments on commit 12851c5

Please sign in to comment.