DIFF

M4_RISHndgrd.c

class M4_RISHndgrd extends Inventory_Base
{
	override bool CanDetachAttachment (EntityAI parent)
	{
		if ( Weapon_Base.Cast(parent) && parent.FindAttachmentBySlotName("weaponFlashlight") )
		{
			return false;
		}
		return true;
	}
}