Qbox-project / qbx_smallresources

GNU General Public License v3.0
7 stars 37 forks source link

refactor: improve consumeables logic even more #68

Closed TonybynMp4 closed 4 months ago

TonybynMp4 commented 4 months ago

Description

Improves the consumeables logic more, Added config for a few things: animation / prop, stress relief, sustenance, Alcohol level (how drunk you get)

Also fixed how the random worked, setting a random value in config WILL NOT make a new value everytime..

Also changed to use client callback instead of client events, sounds better to me, might be wrong tho.

Needs testing, but it's way too late for me to do that lol

Checklist

mafewtm commented 4 months ago

Can we just rename the stupid consumable table names? Idk why they made it ConsumablesEat and whatnot

DevX32 commented 4 months ago

Can we just rename the stupid consumable table names? Idk why they made it ConsumablesEat and whatnot

that would be better

TonybynMp4 commented 4 months ago

Can we just rename the stupid consumable table names? Idk why they made it ConsumablesEat and whatnot

What would you rename them to 🤔

BerkieBb commented 4 months ago

Combine them into a consumables table and give them each a type

TonybynMp4 commented 4 months ago

Combine them into a consumables table and give them each a type

Berkie ily smart guy

TonybynMp4 commented 4 months ago

I hate annotations.