BourbonWarfare / POTATO

GNU General Public License v2.0
17 stars 28 forks source link

Adds CUP and PTV optic compats for GM weapons #510

Closed AChesheireCat closed 3 weeks ago

AChesheireCat commented 1 month ago

Allows for GM weapons with compatible rails to use CUP and PTV optics - ie. the GM C7A1 rifle.

PabstMirror commented 1 month ago

Would it be better to add them to the GM rails?

class CowsSlot;
class CowsSlot_Rail: CowsSlot {
    class compatibleItems;
};
class gm_slotOptic_risrail: CowsSlot_Rail {
    class compatibleItems: compatibleItems {
        CUP_optic_SB_3_12x50_PMII = 1;
...