feat(modules): add duffel bag check#645
Conversation
Manason
left a comment
There was a problem hiding this comment.
What's the use cases for this? It seems pretty specific to be in lib. Are we going to end up with 100s of functions to check if they are wearing x model?
|
Currently have it running on my bank robbery, back items. Anything that would realistically require a duffel bag, I did it for myself, but I PR'ed it since the iswearinggloves ft is handy, with the use cases for a duffel bag requirement I thought it to be equally as useful for others. |
|
I don't think this belongs in a "core", it just ends up having a lot of bloated functions. Even the "glove" checks dosn't belong in the core and should be moved to somewhere like Evidence. |
Manason
left a comment
There was a problem hiding this comment.
I'm still a bit on the fence about whether this makes sense, but it is in the same category as gloves, so unless we can think of a better place, it could be useful to many scripts to have this and therefore it makes sense to be in core.
Description
This pull request adds a feature to check if a player is wearing a duffel bag.
Checklist