cmss13-devs / cmss13

Contains the code for CM-SS13
https://cm-ss13.com
GNU Affero General Public License v3.0
82 stars 468 forks source link

Plant bag visual bug #1122

Open IsForCM opened 1 year ago

IsForCM commented 1 year ago

Description

CM-SS13 - USS Almayer 2022  09  25  11_49_06 CM-SS13 - USS Almayer 2022  09  25  11_44_19 (1)

When opening the plant bag, the picture of the plants with more than 2 units appear in the active hand, does not prevent taking out plants, or placing them in the bag, just confusing to look at.

Difference between expected and actual behavior

Steps to reproduce

put more than 1 of a plant in the plant bag, open the plant bag

Issue bingo (not required to be all checked)

Huffie56 commented 1 year ago

I can confirmed something is broken with the Plant bag it seem like when you open the bag the it save old emplacement of item when it shouldn't.... image

moltoretardo commented 1 year ago

Bug happens with all the similar satchel (like mining)

ItsVyzo commented 1 year ago

Still a bug, seems like if you close the bag then you're not holding anything. But when you open the bag again then it's as if you're holding something (but you actually are not).

Huffie56 commented 1 year ago

STORAGE_CONTENT_NUM_DISPLAY could be the issue. bags.dm contain the object that are causing issue but code for storage is in storage.dm to big for me spaghetti code won.