Merge pull request #7217 from dedmen/laserpVanJoiRa

Laserpointer - Add vanilla Joint Rails
This commit is contained in:
commy2 2019-10-02 11:07:04 +02:00 committed by GitHub
commit e8b104fe61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,3 +6,12 @@ class asdg_FrontSideRail: asdg_SlotInfo {
ACE_acc_pointer_green_IR = 1;
};
};
class PointerSlot;
class PointerSlot_Rail: PointerSlot {
class compatibleItems {
ACE_acc_pointer_red = 1;
ACE_acc_pointer_green = 1;
ACE_acc_pointer_green_IR = 1;
};
};