Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port "Fixes the 88 Mod 4's holster sprite" #391

Merged

Commits on Aug 19, 2024

  1. Fixes the 88 Mod 4's holster sprite (#5785)

    **no actual sprite changes, I just renamed a couple**
    
    Fixes the 88 Mod 4 pistol not having a holster sprite, and showing as a
    bunch of orange question marks.
    This was happening because #5729 changed its `icon_state` from `"88m4"`
    to `"_88m4"` in order to make it actually work with CSS, but the sprite
    in `icons/obj/items/clothing/belts.dmi` wasn't renamed with it.
    
    I also changed the `item_state` to be the same and renamed the inhand
    sprites, just to reduce any future confusion.
    
    Fixes the gun not being a gun.
    
    <details>
    <summary>Screenshots & Videos</summary>
    
    **Before:**
    
    ![before](https://github.com/cmss13-devs/cmss13/assets/57483089/44ca7d17-440a-4ae2-8fbe-1df38a80e6f3)
    
    **After:**
    
    ![after](https://github.com/cmss13-devs/cmss13/assets/57483089/ad27fe53-4d36-4101-9122-135dad0bf620)
    
    </details>
    
    :cl:
    fix: Fixed the 88 Mod 4 pistol's holster sprite.
    /:cl:
    SabreML authored and Doubleumc committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    34ac221 View commit details
    Browse the repository at this point in the history