mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #7217 from dedmen/laserpVanJoiRa
Laserpointer - Add vanilla Joint Rails
This commit is contained in:
commit
e8b104fe61
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user