Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
m4_rishndgrd.c
Go to the documentation of this file.
1class M4_RISHndgrd extends Inventory_Base
2{
3 override bool CanDetachAttachment (EntityAI parent)
4 {
5 if ( Weapon_Base.Cast(parent) && parent.FindAttachmentBySlotName("weaponFlashlight") )
6 {
7 return false;
8 }
9 return true;
10 }
11}